Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
forked from ianrose/deventy

A starter app for use in user research with GOV.UK Frontend

License

Notifications You must be signed in to change notification settings

alphagov/frontend-research-app

 
 

Repository files navigation

Hello World

This is an example application we use in research sessions to test documentation for GOV.UK Frontend.

It's built using Eleventy and based on the deventy starter project.

Getting Started

In the terminal, install all dependencies using npm:

npm install

Developing with a local server

When developing locally, use the built in server which will automatically re-build the site whenever you make changes.

In the terminal, run:

npm run dev

You can then view the website at http://localhost:4000.

Example application

The site includes:

  • a JavaScript file, which is built from src/scripts/index.js
  • a CSS file, which is built from the Sass file src/styles/index.scss

Configuration

You can configure:

  • the site build in .eleventy.js
  • the JavaScript build pipeline in webpack.config.js

About

A starter app for use in user research with GOV.UK Frontend

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.7%
  • HTML 44.7%
  • CSS 1.6%