Package Exports
- rest-linked
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rest-linked) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
REST-LINKED
An opinionated REST/http store that uses lightweight data links
Installation
- Clone this repository
- run "npm install" from the root of the project directory
- "npm install -g webpack"
- "npm install -g eslint"
Build
- "npm run build"
Browser Test
- "npm run serve"
- Open a browser to http://localhost:8080
TODO
- More documentation! (ALL THE DOCUMENTS!!!)
For an example of how to use the restLinked store in your app, take a look at server/app.js.