- Clone this project
- In terminal, use the command
npm install -g yo bower gulp gulp-cli generator-webapp - Run
yo gulp-webappand DON'T OVERWRITE the files that exists - Now you is ready! Run
gulp serve
- Run the command
gulp
For install a dependency, use the bower.
Examples:
-
Search a dependecy:
bower search dependency-name --save -
Install a dependency:
bower install dependency-name --save