An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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)