Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 388 Bytes

File metadata and controls

18 lines (10 loc) · 388 Bytes

Boilerplate for an Angular App

##Installation

From the command line run npm install and npm install grunt-cli -g

##Running the App

Run npm startt

##Running the App in Production Mode

Run grunt build and export NODE_ENV=production then npm start

##Grunt Commands

This app uses grunt, the following commands are available: grunt hint, grunt build, grunt clean