https://github.com/tjx666/react-webpack-boilerplate
use modern tech to configure react + webpack
https://github.com/tjx666/react-webpack-boilerplate
lightningcss react swc tailwindcss typescript webpack5
Last synced: 27 days ago
JSON representation
use modern tech to configure react + webpack
- Host: GitHub
- URL: https://github.com/tjx666/react-webpack-boilerplate
- Owner: tjx666
- Created: 2024-01-25T16:14:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-26T10:00:24.000Z (about 1 year ago)
- Last Synced: 2025-03-29T22:34:46.796Z (29 days ago)
- Topics: lightningcss, react, swc, tailwindcss, typescript, webpack5
- Language: TypeScript
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Webpack Boilerplate
[](https://github.com/tjx666/react-webpack-boilerplate/actions/workflows/ci.yml)
use modern tech to configure react + webpack
## Install
```bash
npm install
```## Usage
### Development
```bash
npm run dev
```### Build
```bash
npm run build
```### Analyze bundle
```bash
npm run build:analyze
```## Related
- [React Rspack Boilerplate](https://github.com/tjx666/react-rspack-boilerplate)
- [Webpack](https://webpack.js.org/configuration/)
- [Rsdoctor](https://rsdoctor.dev/)