Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T03:54:16.000Z (8 months ago)
- Last Synced: 2024-05-21T04:50:09.479Z (8 months 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: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-esbuild-boilerplate
[![CI](https://github.com/nusr/react-esbuild-boilerplate/actions/workflows/main.yml/badge.svg)](https://github.com/nusr/react-esbuild-boilerplate/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/nusr/react-esbuild-boilerplate/graph/badge.svg?token=FW67QU1LC5)](https://codecov.io/gh/nusr/react-esbuild-boilerplate)
![GitHub](https://img.shields.io/github/license/nusr/react-esbuild-boilerplate.svg)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/nusr/react-esbuild-boilerplate.svg)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
```