README
vanilla-mvc
Mininal MVC framework on pure ES6 and example of to-do list.
How to run
- run
npm install
- run
npm start
- open
http://localhost:3000
Other commands
Run lint
npm run lint
Build production files
npm run build
After that you can copy the "dist" folder to the production server.