======================================================
======================================================
Technologies
- Grunt
- HTML
- SASS
####1. Clone this project
####2. Make sure you have npm installed globally
####3. On the command prompt run the following commands
$ cd `project-directory`- node modules install
$ npm install- to run the project for development
$ grunt- to run the project for distribution
$ grunt dist####4. To view the development version, please open:
- http://localhost:9090/####5. To view the develiry minified source code, please go to:
$ cd `project-directory`/dist/File Structure:
► scr ∟► js ∟ ..... ∟► less ∟ ..... ∟► pages ∟ **.html ∟► tpl-default ∟ **.html ∟► tpl-specific ∟ **.html ∟ index.html
► dev ∟► js ∟ ..... ∟► css ∟ ..... ∟► pages ∟ **.html ∟ index.html