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

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

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.