-
Grunt.js
-
package.json
-
README.md
-
src - Front-end source
-
mockup - Front-end final result
-
app - Application
-
test - Tests
-
db - Database migrations
- install node.js
- cd to project folder
- run
npm instal
- run
grunt
Now you are in live development mode. Making any changes will compile automatically JS and CSS source.
Before commiting changes run grunt build
. This command will compile, minify and copy all the files in the right folders.
- Templating
- Development and Build mode for mockups
- Sprites generation