In this video you are going to build the react app from scratch using webpack and babel
Step by step guide to develop react app from scratch
The steps would be as below :
a) Create a basic project and serve HTML.
b) Adding webpack to the project and bundle a simple JS file.
c) Adding Babel for ES6 support.
d) Adding React to the project.