azamara / angular2-seed

:seedling: A simple Angular 2 seed featuring Angular 2 and Webpack 2 by @AngularClass

Home Page:http://bit.ly/angularclasscom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 Seed

A simple Angular 2 Seed featuring Angular 2 and Webpack 2 with async routes.

# clone our repo
# --depth 1 removes all but one .git commit history
git clone --depth 1 https://github.com/angularclass/angular2-seed.git

# change directory to our repo
cd angular2-seed

# install the repo with npm
npm install

# start the server
npm start

# use Hot Module Replacement
npm run server:dev:hmr

# if you're in China use cnpm
# https://github.com/cnpm/cnpm

Features

  • Webpack 2
    • System.import (with synthetic default imports)
    • DLL files
    • HMR
  • TypeScript 2
    • @types
  • Angular 2
    • Async loading
  • AngularClass
    • @angularclass/form-validator
    • @angularclass/conventions-loader
    • @angularclass/hmr-loader
    • @angularclass/hmr

Everything in this repo will be merged into angular2-webpack-starter

Angular 2 Fundamentals

About

:seedling: A simple Angular 2 seed featuring Angular 2 and Webpack 2 by @AngularClass

http://bit.ly/angularclasscom

License:Apache License 2.0


Languages

Language:TypeScript 95.8%Language:HTML 4.0%Language:CSS 0.2%