- NodeJS
- NPM
- Grunt
- Bower
- Fork this repository
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes
- Push to the branch: git push origin my-new-feature
- Submit a pull request
First install the dependencies using:
npm install && bower install
Start grunt server:
grunt
It will create a local server on port 4000
public/ // This folder is which will be published
assets/ // All static files
index.html // Root File
sources/ // All sources used for development
images/ // All images
libraries/ // All libraries installed with Bower
scripts/ // All application scripts
stylus/ // All styles
gruntfile.js // All tasks
minasdev.js // Server
bower.json // Bower configurations
.gitignore
README.md