Hello guys, in this blog we are going to learn how to setup REACT - JS environment in the local system
Let’s get started
There is two way we can install React-JS
1) Using NPM Command
2) Using create-react-app
In this blog, we are going to learn about the second way create-react-app
For that, we need to perform some steps
Step 1: you need to install node js and npm by using the below link
After successfully create project you will get the below screen
Step 4: Run React App
For that, you need to go into a specific folder location and after that need to run the below command to run the server.
For example here i have to go into all-in-one folder
After successfully run the project you will get below screen
Comments
Post a Comment