hof-bootstrap-example-app
v1.0.0
Published
The Home Office Forms (HOF) Sandbox app is used by developers to test out different components in the framework.
Downloads
3
Readme
HOF Sandbox App
The Home Office Forms (HOF) Sandbox app is used by developers to test out different components in the framework.
How to run the app locally
Install Homebrew, if it is not installed
Once Homebrew is installed run
brew install nvm
source ~/.bash_profile
Install the correct version of node
nvm install 14.15.0
Set the node version
nvm use 14.15.0
Clone the service locally
git clone ...
Install yarn
npm i yarn -g
Install the dependencies
yarn
Move into the example folder
cd example
Install any example app specific dependencies
yarn
Run in development mode
yarn start:dev
go to http://localhost:8080/