Made with JavaScript module builder — webpack
- https://docs.google.com/document/d/1zpXXeSae-BlcxPKgw3DhxZA92cspVailrPYoaXSYrW8/edit?tab=t.0#heading=h.5dt3hghpa22f
- https://drive.google.com/file/d/15jVnBPXaZrjs99KOUxp4TGq6Inau6xq_/view
npm install
-
Build the app
npm run build -
Start the app
npm start
-
Running
npm test -
To automatically restart on changes
npm test -- --watch -
Shows how much code is covered by tests
npm test -- --coverage
npm run lint
npm run format