Get started

Get up and running in minutes.

Like the GOV.UK Prototype Kit, the rig is built on the Express framework, and uses GOV.UK Frontend.

Requirements

Node version manager is recommended if you are working across multiple projects that use different versions of Node.js.

Downloading the Prototype Rig

There are few different ways you can get the rig:

Installation

  1. Open the directory you downloaded the rig to

  2. Install the dependencies: npm install

  3. Start the application: npm start

  4. Go to http://localhost:3000 in your browser.