This repository acts as an Angular 2 Boilerplate with which you can get started developing Angular 2 immediately. It is derived from the official Angular 2 Documentation which can be found here.
Follow the following steps and you're good to go! Important: Typescript and npm has to be installed on your machine!
-
Clone Repo
git clone https://github.com/vslala/angular2-boiler-plate.git -
Start server (includes everything required to jumpstart the project)
npm start