A React application for the front-end of the data discovery journeys and UIs being tested for the ONS website.
You'll need both Node and NPM installed before starting.
Checkout develop
branch on all dp-dd-* repos.
github.com/ONSdigital/dp-dd-api-stub
github.com/ONSdigital/dp-dd-job-creator-api-stub
github.com/ONSdigital/dp-dd-frontend-controller
Checkout dd-develop
on dp-* repos.
github.com/ONSdigital/dp-frontend-renderer
github.com/ONSdigital/dp-frontend-router
Run all services with make debug
.
You should check individual
README.md
files for more configuration and debug/build details.
Using NPM
npm install
Using Yarn
yarn
Start local dev server
./run.sh
It will host the application, auto-build and reload on file changes using.
IMPORTANT UPDATE
Currently app doesn't run on its own. You need all above dependency services up and running.
Once started it will be served from
localhost:20000
viadp-frontend-router
npm run build
See CONTRIBUTING for details.
Copyright © 2016, Office for National Statistics (https://www.ons.gov.uk)
Released under MIT license, see LICENSE for details.