# Sample App: Marko + Express This is the [official sample](https://github.com/marko-js-samples/marko-express) changed to get it working with the latest versions of lasso, as well as some personal preferences. A lot of compiled/cached files are hidden in Visual Studio Code, see the config file in the `.vscode` folder to change that. ## Install ```sh npm install npm run dev ``` Then open the URL printed in the console.