1.0.0 • Published 4 years ago
hof-bootstrap-example-app v1.0.0
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 nvmsource ~/.bash_profileInstall the correct version of node
nvm install 14.15.0Set the node version
nvm use 14.15.0Clone the service locally
git clone ... Install yarn
npm i yarn -g Install the dependencies
yarnMove into the example folder
cd exampleInstall any example app specific dependencies
yarnRun in development mode
yarn start:devgo to http://localhost:8080/
1.0.0
4 years ago