https://github.com/survi218/angular-client-server
client-server communication in angularjs
https://github.com/survi218/angular-client-server
angularjs client-server client-server-example communication gulp-tasks gulpfile json-data json-server static-resources
Last synced: about 1 month ago
JSON representation
client-server communication in angularjs
- Host: GitHub
- URL: https://github.com/survi218/angular-client-server
- Owner: survi218
- Created: 2017-05-27T00:23:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-28T06:01:54.000Z (almost 8 years ago)
- Last Synced: 2025-03-05T21:57:36.169Z (about 2 months ago)
- Topics: angularjs, client-server, client-server-example, communication, gulp-tasks, gulpfile, json-data, json-server, static-resources
- Language: HTML
- Homepage:
- Size: 15.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-client-json-server
Installing json-server
- json-server is a node module, and hence can be installed globally by typing the following at the command prompt:````
npm install json-server –g
````
- If you are using OSX or Linux, use sudo at the front of the command. This will install json-server that can be started from the command line from any folder on your computer.