This tutorial shows how a to create React App using Node.js in less than 5 minutes.
Steps:
1. Install node.js
2. Run create react app command
3. Run npm start
4. The application gets deployed and can be accessed from browser using localhost:3000