A template prototype, built using the NHS.UK Prototype Rig.
Use this repository as a template.
- Node.js v16
- Node version manager (NVM)
-
Clone this repository
-
Use NVM to run the correct Node version:
nvm use
-
Install the dependencies:
npm install
-
Start the application:
nvm use; npm start