JayKan / angular2-aot

Angular2 Ahead-of-Time (AoT) demo project

Home Page:https://angular2-aot.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular2 Ahead-of-Time (AoT) Compilation

Angular 2 Style Guide PRs Welcome MIT License

Getting Started

Dependencies Prerequisites

Make sure you have Node version >= 5.11 and NPM >= 3

Once you have those, you should install these globals with npm install --global:

  • webpack (npm install --global webpack)
  • webpack-dev-server (npm install --global webpack-dev-server)
  • typings (npm install --global typings)

Running Development

Once you have installed all prerequisites,

  • fork this repo
  • clone your fork
  • nvm use use the node version from .nvmrc
  • npm install to install all dependencies
  • npm run typings to install all related typings
  • npm start to run our app locally in dev mode

License

MIT © Jay Kan

About

Angular2 Ahead-of-Time (AoT) demo project

https://angular2-aot.firebaseapp.com/

License:MIT License


Languages

Language:CSS 64.2%Language:TypeScript 25.0%Language:JavaScript 9.7%Language:HTML 1.1%