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
- Host: GitHub
- URL: https://github.com/shijiatongxue/react-webpack-template
- Owner: shijiatongxue
- License: mit
- Created: 2021-11-01T05:31:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T02:52:00.000Z (about 4 years ago)
- Last Synced: 2025-04-08T08:41:00.234Z (about 1 year ago)
- Topics: typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 276 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```