https://github.com/hgmauri/angular6-with-json-server
Sample app Angular 6 with json-server
https://github.com/hgmauri/angular6-with-json-server
angular-cli angular6 json-server
Last synced: about 2 months ago
JSON representation
Sample app Angular 6 with json-server
- Host: GitHub
- URL: https://github.com/hgmauri/angular6-with-json-server
- Owner: hgmauri
- Created: 2017-11-28T14:37:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T11:46:05.000Z (over 7 years ago)
- Last Synced: 2025-05-15T23:09:00.669Z (about 1 year ago)
- Topics: angular-cli, angular6, json-server
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular6-with-json-server
Simple Angular project
- Angular 6
- Angular CLI 1.5.0
- Json Server
Running the application
- npm install
- json-serve data.json (in the folder "/data")
- npm serve
or
- npm run dev