#Installation
- Run
npm install
from this directory. - Run
bower install
from this directory.
##Running
- Run
grunt serve
in this directory.
##Building for distribution
- Run
grunt build
in this directory to build the app into/build
.
#Installation
npm install
from this directory.bower install
from this directory.##Running
grunt serve
in this directory.##Building for distribution
grunt build
in this directory to build the app into /build
.