Web front-end for the Limited Partnerships service
Requires >= Node v20 >= npm v10
- run 'npm i' to install packages
- run 'npm run build' to compile
- run 'npm run start' to start the service
Use http://chs.local/limited-partnerships/registration/start to view the first page of the registration journey and http://chs.local/limited-partnerships/transition/start to view the first page of the transition journey.
Unit tests:
$ npm run test:unit
Unit tests watch mode:
$ npm run test:unit:watch
integration tests:
$ npm run test:integration
integration tests watch mode:
$ npm run test:integration:watch
all tests:
$ npm run test
all tests watch mode:
$ npm run test:watch