Install dependencies using npm install
and bower install
.
Run gulp
to build the application and to start a development server. Gulp will rebuild and reload the browser whenever a file has changed.
Run gulp watch
to build the application. Gulp will watch for changes and rebuild whenever a file has changed.
Run gulp build
to build the application. Gulp will exit after the build is completed and will not watch for changes.
- Drikus Roor - Drikus Roor
- Adriana Matsufuji - Adriana Matsufuji
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International Public License - see the LICENSE.md file for details