1. Install create-react-app using npm package manager npm install -g create-react-app
2. Generate react app in folder name my-app create-react-app my-app
3.Change directory to my-app cd my-app/
4.Run the server npm start
5.Change from Welcome to React to Hello World
6.Save and check the result at browser