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
- Host: GitHub
- URL: https://github.com/crodriguezvega/express-marko-lasso-sample
- Owner: crodriguezvega
- Created: 2017-01-19T19:11:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T19:38:28.000Z (over 9 years ago)
- Last Synced: 2025-04-12T14:31:29.205Z (about 1 year ago)
- Topics: expressjs, lasso, marko
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```