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

https://github.com/shijiatongxue/react-webpack-template

Out of box template with webpack@5 and semi
https://github.com/shijiatongxue/react-webpack-template

typescript webpack

Last synced: 5 months ago
JSON representation

Out of box template with webpack@5 and semi

Awesome Lists containing this project

README

          

# react-webpack-template

Out of box template with:

- react@17
- webpack@5
- @douyinfe/semi-ui@latest
- TypeScript
- Sass

## Usage

```bash
# clone template
git clone https://github.com/shijiatongxue/react-webpack-template.git
cd react-webpack-template

# install or use `npm install`
yarn install

# run project or use `npm start`
yarn start
```