Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 698 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 698 Bytes

microprotect

Build Status Hits

Install dependencies

npm install

Run web server

npm start

Lint and fix

npm run lint

Run all tests

npm test

Run unit tests

npm run test:unit

Run E2E tests

npm run test:e2e