Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 243 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 243 Bytes

boxes

To install and run:

  1. Go to the project directory
  2. npm install
  3. npm run dev to run development version with hot reload, or npm build and npm start

To run unit test: npm run unit

To run end-to-end tests: npm run e2e