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
- Host: GitHub
- URL: https://github.com/sc5/angular2-typescript-boilerplate
- Owner: SC5
- Created: 2016-03-02T14:48:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T15:06:42.000Z (over 10 years ago)
- Last Synced: 2025-10-30T02:29:54.854Z (8 months ago)
- Language: HTML
- Size: 93.8 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```