Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.03 KB

GDS To Do

The GOV.UK Design System is a set of tools, styles, components and patterns to help teams in government create user-centred digital services.

About the Application

This application is a simple to do app that using the GDS prototype kit.

About the Prototype Kit

The Prototype 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.

Read more about the GDS Design system here

Node.js

This application uses Node.js on the server side. Documentation on Node.js can be found here.

Check if you have node installed

node -v

If it is not installed then follow the link above and install as required

Run Locally

Clone the repo

git clone https://github.com/methods/gds-todo.git

Install NPM packages

npm install

Run start to view project in your localhost browser

npm start