/webpack-react-template

React project based on bootstrap, typescript and webpack5✌️

Primary LanguageJavaScriptMIT LicenseMIT

Webpack React Template

A simple React project based on bootstrap, typescript and webpack5.

Click to preview

How to use?

git clone https://github.com/LiJiahaoCoder/webpack-react-template.git

Or click Use this template button in GitHub page.

Then enter project directory, then:

# install dependencies
yarn
# run project
yarn start
# build project
yarn build

TODO

  • Add react router;
  • Add page lazy load;
  • Add eslint and stylelint;
  • Add husky;
  • Add Jest;
  • Support less or scss;
  • Npm tool to create project(just like create-react-app) May be GitHub template is enough :)

License

MIT