Sandbox is a pre-packaged and pre-configured mg-framework application that you can use as the skeleton for your new applications.
Node.js is required. If you don't have node.js yet, download it following the the instructions.
- Install bower using
npm install bower -g
. - Install gulp using
npm install gulp -g
. - Install all application dependencies using
npm install
in root folder. (bower&nmp packages)
Runs locally, no database required.
- Run dev mode
gulp dev
. - Run stage build
gulp stage
. - Run tests
gulp test
.
Framework use style guide for syntax, conventions, and structuring AngularJS applications created by @john_papa