An open API service indexing awesome lists of open source software.

https://github.com/crodriguezvega/express-marko-lasso-sample

Sample application exploring the use of Marko.js and Lasso.js
https://github.com/crodriguezvega/express-marko-lasso-sample

expressjs lasso marko

Last synced: about 2 months ago
JSON representation

Sample application exploring the use of Marko.js and Lasso.js

Awesome Lists containing this project

README

          

# express-marko-lasso-sample
Sample application exploring the use of Marko.js and Lasso.js

Run:

```
npm install
node app.js
```

And then go to either http://localhost:8080/page1 or http://localhost:8080/page2

If you want to run the application with hot reloading, then run:

```
./node_modules/browser-refresh/bin/browser-refresh app.js
```