Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 517 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 517 Bytes

ng2-quick-starter

No one can deny that the setup has always been a headache :

This is a quick starter to get up and running with Angular 2 apps... Inspired by the official Angular 2 quickstart.

Requirements

  • Please make sure node and npm are installed

Installation

  • Clone the repo: git clone https://github.com/ngMorocco/ng2-quick-starter.git
  • Get inside the cloned directory
  • Run npm install: npm install
  • Start the app: npm start