Skip to content

mandishshah/boxal

 
 

Repository files navigation

Boxal

Coverage Status Build Status Commitizen friendly Stories in Ready

npm scripts

Dev

$ npm run dev

This runs a development mode server with live reload etc.

Open http://localhost:8080 in your browser.

Production

npm run build
npm start

This runs a production-ready express server that serves up a bundled and minified version of the client.

Open http://localhost:8080 in your browser.

Tests

Single Run

$ npm run test

Watch Files

$ npm run test:watch

Coverage

$ npm run cover

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.5%
  • RobotFramework 7.6%
  • CSS 2.3%
  • HTML 0.6%