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

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

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