Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 2 months 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 [email protected]: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 `[email protected]` (client side rendering)
* rebuild development code and reload with `[email protected]` `watch` and `[email protected]`
* run development and production server with `[email protected]`
* serve static files with `[email protected]`
* unify coding style with `[email protected]` and `[email protected]`
* develop front-end source code with `[email protected]` and `[email protected]`

# License
[MIT](LICENSE)