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

https://github.com/previousdeveloper/angular2-blog

This is a angular2-sample that shows blog post with rest api.
https://github.com/previousdeveloper/angular2-blog

Last synced: 10 months ago
JSON representation

This is a angular2-sample that shows blog post with rest api.

Awesome Lists containing this project

README

          

# Angular2-blog
This project uses ES6.

## Requirements

```
npm install -g http-server
npm install
```

## ES6
Located in `app/`

```
http-server ./app
```

go to `http://localhost:8080`

## Details
It uses [http://gokhankaradas.com/wp-json/posts](http://gokhankaradas.com/wp-json/posts) backend api.