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

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

Awesome Lists containing this project

README

        

# React Webpack Boilerplate

[![ci](https://github.com/tjx666/react-webpack-boilerplate/actions/workflows/ci.yml/badge.svg)](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/)