Skip to content

awerlang/angular2-quick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick starter package for Angular 2 samples.

For convenience, this repository comes with the Heroes code from the official tutorial. To create your own code, create a new folder inside the app folder. Then in app/main.ts import and bootstrap your new root component.

How to...

Install

> git clone https://github.com/awerlang/angular2-quick.git
> cd angular2-quick
> npm install

Any errors related to node-gyp can be ignored.

Run

> npm start

Browse your first app at: http://localhost:3000

Change

Make any change to your app. Your browser shall update automatically.

Note: in case you create or delete a .ts file, you may need to re-run the app.

Alternatives

LICENSE

MIT

About

Quick starter package for Angular 2 samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published