/angular-2-samples

Angular 2.0 sample components

Primary LanguageJavaScriptMIT LicenseMIT

These samples use Angular 2.0 rc-1

Live DEMO here: http://www.syntaxsuccess.com/angular-2-samples
Documentation: http://www.syntaxsuccess.com/angular-2-articles

Here are the prerequisites for running the project:

1-npm install -g typescript

2-npm install

3-bower install

4-gulp bundle (repeat this step if you are making code changes)

Steps 1-3 will install the required tooling.

Step 4 creates a javascript bundle that will be loaded when the site launches 

The final step is to launch the site by starting the lite-server

npm run start