Example Application for one-per-page
This application is used as a straw man service for testing the functionality of one-per-page. The basis for this straw man service is the apply for divorce
service for HMCTS.
Make sure you've followed the one-per-page readme first
-
Move into this directory
cd examples/test-app
-
Linking one-per-page changes to this app
yarn link @hmcts/one-per-page
-
Install your node dependencies
yarn install
-
Start your dev server
yarn start-dev