Ecosyste.ms: Awesome
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: 3 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T03:21:21.000Z (over 1 year ago)
- Last Synced: 2024-08-02T05:23:49.177Z (6 months 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 [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)