Start Project: React + Webpack 4
First, navigate to the project folder through the terminal. After that, run the npm install
command to install the project dependencies. After that, still in the project folder, enter the command npm run start
to run the project. To generate the project build, simply run the npm run build
command.