https://github.com/codeofnode/client-server
A sample application with json2server to demonstrate its use to build modular application.
https://github.com/codeofnode/client-server
Last synced: about 1 month ago
JSON representation
A sample application with json2server to demonstrate its use to build modular application.
- Host: GitHub
- URL: https://github.com/codeofnode/client-server
- Owner: codeofnode
- License: mit
- Created: 2017-06-07T06:16:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T20:46:30.000Z (almost 9 years ago)
- Last Synced: 2025-03-23T09:35:28.616Z (about 1 year ago)
- Language: JavaScript
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# client-server
> This is the project to develop and build a single page web app with json2server.
# How to run
```
$ npm install
$ npm test // in case you want to run test script
$ npm start //in case you want to run app
```
# Licence
> MIT