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.
- Host: GitHub
- URL: https://github.com/previousdeveloper/angular2-blog
- Owner: previousdeveloper
- Created: 2015-07-04T02:22:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T21:04:35.000Z (over 10 years ago)
- Last Synced: 2025-03-18T16:22:32.999Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.13 MB
- Stars: 14
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.