Skip to content

Angular 2 "Tour of Heroes" app which was built by following the instructions found here: https://angular.io/docs/ts/latest/tutorial/

License

Notifications You must be signed in to change notification settings

wynnblevins/TourOfHeroes

Repository files navigation

Tour of Heroes

The Angular 2 "Tour of Heroes" app is the example app found here on the angular website.

How to Run Tour of Heroes

First, download the project's node modules by running the following command in the root directory of the project. Note that the root directory of the project has a package.json file which lists all of the required modules.

npm install

This command will download the node modules specified in package.json and install them in a directory called node_modules. When the install command completes, run the following....

npm start

This command will start a local development server on port 3000. You can now view the app by navigating in a browser to localhost:3000.

About

Angular 2 "Tour of Heroes" app which was built by following the instructions found here: https://angular.io/docs/ts/latest/tutorial/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published