An open API service indexing awesome lists of open source software.

https://github.com/sc5/angular2-typescript-boilerplate

SC5's angular 2/typescript boilerplate
https://github.com/sc5/angular2-typescript-boilerplate

Last synced: 4 months ago
JSON representation

SC5's angular 2/typescript boilerplate

Awesome Lists containing this project

README

          

#SC5's angular 2 / typescript boilerplate

### What you need
* Node.js and npm: https://nodejs.org/en/
* Angular 2 API: https://angular.io/docs/ts/latest/api/
* Typescript handbook: http://www.typescriptlang.org/Handbook

### Installation
* Clone GIT repository
```bash
git clone git@github.com:SC5/angular2-typescript-boilerplate.git
```
* Install packages
```bash
npm install
```
* Now you ready to go!!!

### Run it
```bash
npm start
```