Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 499 Bytes

NHS.UK Prototype Rig template

A template prototype, built using the NHS.UK Prototype Rig.

Use this repository as a template.

Requirements

Installation

  1. Clone this repository

  2. Use NVM to run the correct Node version:
    nvm use

  3. Install the dependencies:
    npm install

  4. Start the application:
    nvm use; npm start