Skip to content

mianmalife/webpackApp

Repository files navigation

Single page project based on Webpack5, React18, Antd5.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