This project include simple examples which cover various React concepts. The concepts are taken from the official React doc - https://reactjs.org/docs/hello-world.html
- Ensure that latest version of Node and NPM are installed
- npm install
- npm run build
- npm run start
- Run the project on https://localhost:8080 on the web browser.