A simple React project based on bootstrap, typescript and webpack5.
git clone https://github.com/LiJiahaoCoder/webpack-react-template.gitOr click Use this template button in GitHub page.
Then enter project directory, then:
# install dependencies
yarn
# run project
yarn start
# build project
yarn build- Add react router;
- Add page lazy load;
- Add
eslintandstylelint; - Add
husky; - Add
Jest; - Support less or scss;
-
Npm tool to create project(just likeMay be GitHub template is enough :)create-react-app)