Skip to content
Robbie Bardijn edited this page Nov 20, 2015 · 10 revisions

2.1 install npm packages with node

This will download the npm packages that are specified in the package.json file.

  • run: npm install;
  • additionaly you can try : npm help; for more information

2.2 install bower packages

  • run: bower install
  • additionaly you can try : bower help; for more information

2.3 Run gulp help

  • run: gulp help to see which tasks you have available to build the project
  • The default gulp tasks provides the help as well.
  • The default task executes all tasks that should run to make your project run.