Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 209 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 209 Bytes

Dependencies

  • NodejS 8+;

Run App (up on http://localhost:3000/)

On application's root:

npm start

Run tests and coverage:

npm test

Run ESLint

npm run lint