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

https://github.com/ismaail/angular-2-demo


https://github.com/ismaail/angular-2-demo

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Angular 2 - Demo App
====================

Assest & Resources
---

```
npm install
```

```
bower install
```

Compile typescript file and run the server
---

```
npm start
```

Run data server
---

```
npm run server
```

View in the Browser at [http://localhost:4200](http://localhost:4200)