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

https://github.com/sawyerbutton/jsonserver-promise


https://github.com/sawyerbutton/jsonserver-promise

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# angular5-with-json-server

Simple Angular project

- Angular 5
- Angular CLI 1.5.0
- Json Server

Running the application
- json-serve data.json (in the folder "/data")
- npm serve

or
- npm run dev

# JsonServer-Promise
using Promise rather than RXJS to connect the json server, save as a backup