Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 455 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 455 Bytes

cardno-recap

A static React app for mapping Rural Access Index numbers.

Dependencies

  • yarn

Building

  • yarn install
  • yarn build creates a production build in the build directory

Running the development server locally

  • yarn start
  • app runs on port 3010

Running tests

  • yarn test

Deploying