dongtong / angular2-webpack-starter

Use webpack to build angular 2 application skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 webpack starter

How to run

Clone the repo to local, and enter the root directory, then run the following command:

$ npm install

Then start development environment

$ npm run server

Or build production environment

$ npm run build

About

Use webpack to build angular 2 application skeleton


Languages

Language:JavaScript 59.0%Language:TypeScript 24.3%Language:HTML 16.3%Language:CSS 0.4%