#AngularJS Template project
- nodeJS
- npm
npm install OR npm install -g to install the node packages globally.
Gulp is used to manage the different tasks of the project. The main tasks are :
- gulp bower : To use bower to install the required libs of the project
- gulp run : To run the SCSS watcher and the HTTP server
- gulp http : To run the HTTP server only
- gulp watch : To run the watcher only
- gulp build : To build the ./src sources into ./build
- gulp standard : To check the code syntax with standard (https://github.com/feross/standard)