Home
Videos
Exercises
MCQ
Q&A
Quiz
E-Store
Services
Blog
Sign in
Appointment
Payment
React Environment
Steps to follow
- step1- Download Node JS and npm
- Type nodejs and click to download from official site nodejs.org
- step2- type node -v on command prompt to check version
- step3- type npm -v to check npm version.
- step4- install any text-editor (vs code/sublime)
- step5- using node js install the create-node-app package
- step6- type npm install -g create-react-app press enter to install globally.
- step7- type create-react-app --version
- step8- create folder name react in any drive.
- step9- create-react-app firstapp in existing folder using cmd.
- step10- cd firstapp
- step11- type npm start to run application.