This project was created to help other people to implement Esbuild with React, Jest and HotReload.
- Use esbuild when running jest
- HotReload with esbuild serve
- Common files loader configured
-
Watch mode:
npm run dev -
Build the bundle:
npm run build -
Run the tests:
npm run test -
Run the tests and watch:
npm run test:watch -
Run the tests coverage:
npm run test:cov
MIT © Landersson Almeida