1.0.0 • Published 2 years ago

hof-bootstrap-example-app v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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/