https://github.com/nusr/react-esbuild-boilerplate
An extremely fast react boilerplate
https://github.com/nusr/react-esbuild-boilerplate
boilerplate esbuild react styled-components svg-symbol template
Last synced: about 1 year ago
JSON representation
An extremely fast react boilerplate
- Host: GitHub
- URL: https://github.com/nusr/react-esbuild-boilerplate
- Owner: nusr
- License: mit
- Created: 2021-01-23T13:12:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T03:54:16.000Z (about 2 years ago)
- Last Synced: 2025-03-23T20:22:39.507Z (over 1 year ago)
- Topics: boilerplate, esbuild, react, styled-components, svg-symbol, template
- Language: TypeScript
- Homepage: https://nusr.github.io/react-esbuild-boilerplate
- Size: 1.08 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-esbuild-boilerplate
[](https://github.com/nusr/react-esbuild-boilerplate/actions/workflows/main.yml)
[](https://codecov.io/gh/nusr/react-esbuild-boilerplate)


An extremely fast react boilerplate.
support by [esbuild](https://github.com/evanw/esbuild).
[online demo](https://nusr.github.io/react-esbuild-boilerplate/)
## Start
```bash
git clone https://github.com/nusr/react-esbuild-boilerplate.git
cd react-esbuild-boilerplate
npm i -g pnpm
pnpm i
npm run start
```
## Features
1. Type Check: Typescript
1. Css Module: esbuild
1. Unit Test: Jest
1. E2E Test: playwright
1. Lint: oxlint
1. Hot Reload: Esbuild
1. Bundler: Esbuild
1. Dark Mode
1. I18N
## Test
```bash
npm run test
```
## lint
```bash
npm run lint
```
## typecheck
```bash
npx tsc
```
## build
```bash
npm run build
```