https://github.com/tyom/nhsuk-content-store-client
Prototype client-only content store interface
https://github.com/tyom/nhsuk-content-store-client
Last synced: over 1 year ago
JSON representation
Prototype client-only content store interface
- Host: GitHub
- URL: https://github.com/tyom/nhsuk-content-store-client
- Owner: tyom
- Created: 2016-12-16T17:11:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T19:31:41.000Z (over 9 years ago)
- Last Synced: 2025-02-15T22:42:32.743Z (over 1 year ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NHS.UK Content Store Client Prototype
## Instructions
Install dependencies:
```
npm install
```
Run the [Content Store backend](https://github.com/nhsuk/nhsuk-content-store) with the following settings in `local.py`:
```py
CORS_ORIGIN_WHITELIST = (
'localhost:8080',
)
CORS_ALLOW_CREDENTIALS = True
```
Run the app in development:
```
npm run dev
```