Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 849 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 849 Bytes

mg-framework sandbox

Sandbox is a pre-packaged and pre-configured mg-framework application that you can use as the skeleton for your new applications.

Installing

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)

Running

Runs locally, no database required.

  • Run dev mode gulp dev.
  • Run stage build gulp stage.
  • Run tests gulp test.

Style

Framework use style guide for syntax, conventions, and structuring AngularJS applications created by @john_papa

Components