- Node Package Manager (NPM)
- Git
Run the commands below in the project root directory. #####1. Install Grunt and Bower
$ sudo npm install -g grunt-cli bower
#####2. Install project dependencies
$ npm install
$ bower install
####Generate build
The build version is located in the dist
directory.
$ grunt build
####Run tests The tests need to pass in order to generate a build.
$ grunt test:unit
####Setup server
The browser will open a page (example/index.html
) with shows all compontents available for the theme.
$ grunt server