https://github.com/YongYuH/ts-react-esbuild-boilerplate
quickly dive into react development with blazing fast esbuild.
https://github.com/YongYuH/ts-react-esbuild-boilerplate
boilerplate client-side-rendering esbuild eslint husky import-sort react typescript
Last synced: about 1 year ago
JSON representation
quickly dive into react development with blazing fast esbuild.
- Host: GitHub
- URL: https://github.com/YongYuH/ts-react-esbuild-boilerplate
- Owner: YongYuH
- License: mit
- Created: 2021-07-18T15:08:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T03:21:21.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T05:23:49.177Z (almost 2 years ago)
- Topics: boilerplate, client-side-rendering, esbuild, eslint, husky, import-sort, react, typescript
- Language: TypeScript
- Homepage: https://lucid-varahamihira-8b0bdd.netlify.app
- Size: 451 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - ts-react-esbuild-boilerplate - quickly dive into react development with blazing fast esbuild. (TypeScript)
README
# How to use this boilerplate
1. clone this repo
```bash
git clone git@github.com:YongYuH/ts-react-esbuild-boilerplate.git
```
2. install dependencies
```bash
yarn
```
3. install husky
```bash
yarn prepare
```
# What does this boilerplate contain
* build production code with `esbuild@0.12.15` (client side rendering)
* rebuild development code and reload with `esbuild@0.12.15` `watch` and `browser-sync@2.27.4`
* run development and production server with `fastify@3.19.1`
* serve static files with `fastify-static@4.2.2`
* unify coding style with `eslint@7.31.0` and `husky@7.0.1`
* develop front-end source code with `react@17.0.2` and `typescript@4.3.5`
# License
[MIT](LICENSE)