react-esbuild-boilerplate
An extremely fast react boilerplate.
support by esbuild.
Start
git clone https://github.com/nusr/react-esbuild-boilerplate.git
cd react-esbuild-boilerplate
npm install
npm run start
Features
- Type Check: Typescript
- Css: Styled-components
- Unit Test: Jest
- Lint: Eslint
- Icon: Svg-symbol
- Watch file changes
- Bundler: Esbuild
Test
npm run test
lint
npm run lint
typecheck
npm run typecheck
build
npm run build
Deploy to Github pages
npm run deploy