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 start
This command will start the server on localhost.
To generate build, Run following command
yarn build
This will generate build folder names dist in project directory for production use.