React Application from Scratch using webpack 4
Run following command
yarn This will add all the required dependencies to run the project in your system.
yarn startThis command will start the server on localhost.
To generate build, Run following command
yarn buildThis will generate build folder names dist in project directory for production use.