- install node version > 8, I am using node version v12.16.2 (/opt/node-v12.16.2-linux-x64/bin) here.
- Refer the tutorial here: https://www.tutorialspoint.com/reactjs/reactjs_environment_setup.htm
- fixing the issue in this tutorial: babel/babel#9229
- [fix] Remove query node from webpack.config.js the loader config, some you are already using babelrc. Also, those are v6 plugins. npm i -D @babel/preset-react
- npm start
- Running the Hello-World successfully...