Setup React Application using Webpack Configuration for setting up a react application using Webpack and babel plugin. Installation Use npm package manager to install dependencies. npm install Usage npm run start:dev // For Development. npm run build:prod // For Production Build.