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

Latest commit

 

History

History
56 lines (31 loc) · 1.51 KB

README.md

File metadata and controls

56 lines (31 loc) · 1.51 KB

cross-gov-tools-prototypes

Build Status

Info and useful links for cross government tools initiative. Currently hosting on heroku at http://x-gov-services-home.herokuapp.com/

Express prototyping tool

Uses the express prototyping tool created by Tom Bye

It gives you a basic Express app, with templates, css and images from the GOV.UK front-end toolkit.

Documentation for the tool can be found on the associated wiki page

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

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 locally

node start.js

Go to localhost:3000 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.