Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hof-bootstrap-example-app

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hof-bootstrap-example-app

The Home Office Forms (HOF) Sandbox app is used by developers to test out different components in the framework.

  • 1.0.0
  • beta
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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/

FAQs

Package last updated on 06 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc