TypeScript boilerplate project configured to transpile and build using esbuild complete with configuration for linting, testing, hot reloading, etc.
yarn install
to install the dependencies (obviously)yarn start
to use estrella to start a development environment with a file watcheryarn build
to build the project using esbuild and estrellayarn lint
to lint the project using ESLintyarn format
to format the files of the project using prettieryarn test
to run Jest in watch modeyarn test:cov
to get a test coverage report (also used in CI on merge requests against master in integration with Codecov