Skip to content

shijiatongxue/react-webpack-template

Repository files navigation

react-webpack-template

Out of box template with:

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

Usage

# 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