To-Do application.
This project required preinstalled node with npm. Allso need global install of gulp and bower
npm i bower gulp -g
This command installs all required npm an bower modules and compiles all in dist folder :
- Windows:
npm install & bower install & gulp build
- Unix:
npm install && bower install && gulp build
-
default task compiles all sources into ./dist folder, starts server on http://localhost:8000 and realoads page while changes handled in src/* files.
-
build task compiles all sources into ./dist folder