Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 370 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 370 Bytes

ng-app-skeleton

Prerequisites

[Node] [Grunt] [Yeoman]

How to

Clone this project. Rename "ng-app-skeleton" to app name "my-app"

git clone https://github.com/EdisonDelgado/ng-app-skeleton.git

mv ng-app-skeleton my-app

cd my-app

Install Dependencies

npm install
bower install

Start server

grunt serve