/ng2-start

This is a minimal setup to start creating an angular2 application.

Primary LanguageJavaScriptMIT LicenseMIT

ng2-start

This is a minimal setup to start creating an angular2 application.

Instructions

Requirements

{
  "node": ">=4"
}

Setup environment

# cd into ng2-start
cd ng2-start

# Install dependencies
npm install

Serve and Build

# Start dev server at http://localhost:9000
npm start

# Build
npm run build