Skip to content

roblourens/angular2-tour-of-heroes

 
 

Repository files navigation

Debug with VS Code

This repo was forked from https://github.com/johnpapa/angular2-tour-of-heroes to show how easy it is to add a launch config to debug your app with the Debugger for Chrome VS Code extension. The only modification to the app was adding the .vscode/launch.json file.

After following the original instructions below, open the directory in Code and press F5 to start. This repo has two launch configs - the first will launch a new instance of Chrome, and the second will attach to an existing instance.

=======

Getting Started

  1. Fork and clone this repo

  2. Use npm i to install the necessary dependencies

  3. Run the TypeScript compiler, watch for changes, start the server, and launch the browser by using npm start

About

Angular 2 - Tour of Heroes - The Next Step after Getting Started

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 45.3%
  • CSS 31.1%
  • HTML 23.6%