Sani/React Hello World

Created Fri, 01 Dec 2017 10:49:24 +0000 Modified Thu, 26 Dec 2024 08:45:18 +0000
47 Words

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