webpack5-app
v1.0.8
Published
webpack5 app
Downloads
3
Maintainers
Keywords
Readme
Single page project based on Webpack5, React18, React-router v6, Antd4.x, Less
Building and running on localhost
First install dependencies:
yarn
To run in hot module reloading mode:
yarn start
To create a production build:
yarn build