Skip to content

pehu71/angular2-quickstart-simple

Repository files navigation

angular2-quickstart-simple

The simplest project to kick angular2 running.

How to setup

cd to the directory where package.json file resides. Run npm install.

How to run

Basically you have two options to start this application:

  1. start with live TS compiler: npm start - starts both TS compiler and runs this application on lite server

  2. start application only: npm run lite - runs this application on lite server, live TS compilation is off

For further details of what's needed see package.json.

About

Simplest Angular2 application with SystemJS loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published