This is a Node.js app (v14.16.0) running on Express with Nunjucks as a template engine.
It includes:
- GOV.UK Frontend
- Browserify with babelify and Nunjucksify
- Jest for testing
- Middleware to set correlation headers
- i18n language support
- StandardJS for linting
- nvm for nodejs version
To get started clone the repo and run
make dev-up
Then go to http://localhost:3000/ to see it in action.
Links to assessments types:
The cypress
directory contains a set of Cypress integration tests for the application.
With the UI:
make e2e