This project bundler is a ready template for developing react web applications.
git clone https://github.com/Azizbek98/React-Webpack-Bundler.gitnpm install
npm run startBuild project in production mode:
npm run buildLinting application for checking errors:
npm run lintFormating code with prettier:
npm run format