Create React App Webpack. If you ever want an advanced configuration, you can ”eject” from create react app and edit their config files directly. What create react app does

Let’s write a webpack.config.js file: This is where all the artifacts from the build output will be. Webpack is a tool that will bundle your code and its dependencies into a single.js file.
Creating a react app introduction.
I am assuming that you have node installed already on your system. As dived into react i realised there is something called webpack to work with. Using webpack, webpack dev server and babel from scratch; This will also hold the html page that the react app will be injected into.