- This assumes node, npm, and bower are already installed in the system, you can easily find its installation procedure online
- Clone the project directory anywhere in the system, let us call that directory $PROJECT_HOME
cd $PROJECT_HOME
npm install
bower install
grunt serve
This last step can show many errors related to formatting or coding styling, please follow the standards to avoid such errors
Run grunt serve
for development preview.
Run grunt
for building.
Run grunt serve:dist
for building and previewing.
Running grunt test
will run the unit tests.
- Angular JS
- Require JS
- NPM and Bower
- Grunt