Socket
Socket
Sign inDemoInstall

hod-foundation

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hod-foundation

An Express-based framework for building .gov.uk forms.


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

BRP Application project for nodejs

Docker Repository on Quay.io

Quick start

Install the dependencies and build the project resources

$ npm install

Initiate the server in development mode (Express is used to serve the static resources in development).

$ npm run dev

Then select one of the following journeys to see the applcation in action

See the development documentation for a complete description of the application and how to maintain and support BRP.

NPM scripts

Start the application in default mode (production). We use Nginx to serve our static resources in production and ci.

$ npm start

Start the application with Nodemon in development mode. Debug is switched on and the server restarts when the JS or Sass are recompiled.

$ npm run dev

Run the unit tests

$ npm run test

Run the EcmaScript (ES) linter. Rules are defined in .eslintrc

$ npm run lint

Run the jscs style checker. Rules are defined in .jscsrc.json

$ npm run style

Analyse the quality of the codebase (for results - open ./reports/plato/index.html)

$ npm run quality

Compile the Sass to CSS

$ npm run sass

Keywords

FAQs

Package last updated on 02 Nov 2015

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