@hmcts/look-and-feel
v5.0.6
Published
One Question Per Page apps made easy
Downloads
302
Maintainers
Keywords
Readme
Look and Feel
GOV.UK look and feel as a single easy import (at least that's the goal).
Usage
To use look-and-feel first add it to your package.json
:
yarn add @hmcts/look-and-feel
Then configure it in your app.js
:
const express = require('express');
const app = express();
...
const lookAndFeel = require('@hmcts/look-and-feel');
lookAndFeel.configure(app);
...
Documentation
All documentation is stored in the [docs] folder.
Verification
Run tests:
yarn test
Run Eslint:
yarn lint
Check for Vulnerabilities:
yarn audit