This is a startup project for Angular 2.0.0-rc6 in vscode or Visual Studio. you can read the post here
- Components
- Services with observables and promise
- Routing
- @NgModule
- Animations
Download the zip add all the files to the root of your project folder then run:
npm install
(or do a git clone https://github.com/opdahlmann/Angular2Starter.git from your folder)
Start the project by navigating to your project folder in cmd. and type
npm start