The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
426 B

6 years ago
  1. # Sample App: Marko + Express
  2. 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.
  3. A lot of compiled/cached files are hidden in Visual Studio Code, see the config file in the `.vscode` folder to change that.
  4. ## Install
  5. ```sh
  6. npm install
  7. npm run dev
  8. ```
  9. Then open the URL printed in the console.