- should have node, npm and bower installed
git clone <repo-url>
cd <dir-name>
npm install
bower install
Run grunt
for building and grunt serve
for preview.
grunt serve
to run the app locally.
grunt build
will generate a build in the dist
folder.
1- change the baseUrl and cableUrl from staging to production (commented) in app/scripts/config.js
.
2- grunt build
to generate the build.