Skip to content

FullStackForger/dp-dd-react-app

 
 

Repository files navigation

DP data discovery front-end [ALPHA]

A React application for the front-end of the data discovery journeys and UIs being tested for the ONS website.

Getting started

You'll need both Node and NPM installed before starting.

  1. Download this repo:

git clone [email protected]:ONSdigital/dp-dd-react-app cd dp-dd-react-app

  1. Install the dependencies:

Using NPM npm install or Yarn yarn

  1. Run or build the application:

Kick off local dev server with:

./run.sh

It will host the application, auto-build and reload on file changes using. By default it uses :20040 but will accept another port as an argument, eg PORT=7000 ./run.sh.

...or just build the files with

npm run build

Contributing

See CONTRIBUTING for details.

License

Copyright ©‎ 2016, Office for National Statistics (https://www.ons.gov.uk)

Released under MIT license, see LICENSE for details.

About

Alpha front end for the Data Discovery journeys on https://ons.gov.uk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.1%
  • CSS 14.2%
  • HTML 5.3%
  • Shell 1.4%