cebor / ng2-start

Minimal Angular2 starter with webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng2-start

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

Instructions

Requirements

{
  "node": ">=6"
}

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

# Build for production (uses aot compiler)
npm run build:prod

About

Minimal Angular2 starter with webpack

License:MIT License


Languages

Language:JavaScript 65.2%Language:TypeScript 28.3%Language:HTML 5.5%Language:CSS 1.0%