- Update
package.json
with project details npm install
- Go forth
For environment dependencies: npm i xxx --save-dev
For project dependencies: npm i xxx --save
Gulp tasks are housed in ./tasks/
and referenced from gulpfile.js
Bower shouldn't be needed