- nodejs
- bower
- grunt-cli
windows:download and install nodejs : https://nodejs.org/download/
command line: npm install bower -g npm install grunt-cli -g
linux: $ sudo apt-get update $ sudo apt-get install nodejs
$ sudo npm install bower -g $ sudo npm install grunt-cli -g $ sudo apt-get install nodejs-legacy
1.> npm install ( To install node_modules dependencies required on the package.json) 2.> grunt
. `--themes |--less(source) | `--{Theme} | `--{Theme} | `--{Theme} `--templates `--index_template.html
To add theme or edit default theme: themes-config.json
{ "defaulTheme" : "theme1", "list": { "theme1":{}, "theme2":{},"theme3":{} } }