Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

nhsuk/nhs-alpha-prototypes

Repository files navigation

DEPRECATED - no longer actively maintained


NHS.UK Alpha Prototypes

Prototypes from the NHS Alpha project, from July 2015 to January 2016.

These prototypes have been built on an adapted GOV.UK prototyping kit..

They contain code from these GOV.UK resources:

Requirements

You may already have it, try:

node --version

Your version needs to be at least v0.10.0.

If you don't have Node, download it here: http://nodejs.org/.

Getting started

Install Node.js (see requirements)

Clone this repo

git clone https://github.com/nhsalpha/nhs_prototype_kit.git

Install dependencies

npm install

This will install folders containing programs described by the package.json file to a folder called node_modules.

Run the app

node start.js

Go to localhost:3000 in your browser.