Grunt, LESS and include-replace for all your webapp development needs. Project is meant primarily for Orange Hill Development internal use but feel free to use it if you like it.
Project will be maintained on a as-needed basis, so while you're free to submit issues and PRs these will only be solved/merged if we feel it's in the interest of our internal development process.
- Create a project folder (e.g.
/projects/orange-project
) - Create a folder named
dev
in the project folder (/projects/orange-project/dev
) - Download orange-boilerplate to
dev
folder. Important: NOT the project folder! - Run
npm install
andbower install
indev
. - That's it, you're ready to
grunt serve
. Have fun! - When ready, build using
grunt build
and the dist will be deployed to the project folder (/projects/orange-project
)
MIT