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

https://github.com/sumitarora/angular2-practice

Angular 2 samples created while learning angular2 based on Angular2 Webpack Starter by AngularClass
https://github.com/sumitarora/angular2-practice

Last synced: over 1 year ago
JSON representation

Angular 2 samples created while learning angular2 based on Angular2 Webpack Starter by AngularClass

Awesome Lists containing this project

README

          

# Angular2 Practice Samples

Angular 2 samples created while learning angular2 based on [Angular2 Webpack Starter](https://github.com/AngularClass/angular2-webpack-starter) by [AngularClass](https://angularclass.com)

### Quick start
```bash
# clone our repo
git clone https://github.com/sumitarora/angular2-practice.git

# change directory to our repo
cd angular2-practice

# install the repo with npm
npm install

# install typescript typings
typings install

# start the server
npm start
```
go to [http://localhost:3000](http://localhost:3000) in your browser

# License
[MIT](/LICENSE)