/nisp-prototype

Nisp Prototype

Primary LanguageHTMLMIT LicenseMIT

NISP Prototype - using the GOV.UK prototyping kit

The kit provides a simple way to make interactive prototypes that look like pages on GOV.UK. These prototypes can be used to show ideas to people you work with, and to do user research.

Requirements

You may already have it, try:

node --version

Your version needs to be v4.4.7.

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

Getting started

1. Install Node.js (see requirements)

2. Download the prototype kit

Download the zip file

Unzip the file

3. Install dependencies

Open a command line app (Terminal on OSX) and change to the unzipped directory. Then run:

npm install

This will install extra code that the prototype kit needs.

4. Run the app

node start.js

Go to localhost:8080 in your browser.

Hot reload

Any code changes should update in the browser without you restarting the app.

The app recompiles app/assets/stylesheets/application.scss everytime changes are observed.