https://github.com/sawyerbutton/jsonserver-promise
https://github.com/sawyerbutton/jsonserver-promise
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sawyerbutton/jsonserver-promise
- Owner: sawyerbutton
- Created: 2018-03-27T21:21:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T21:27:02.000Z (about 8 years ago)
- Last Synced: 2025-02-07T04:40:49.723Z (over 1 year ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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