×

React Js

The World's best Software Development Study Portal

React JS Environment

Setting ReactJS Environment

First Download Node js

https://nodejs.org/en/download/

Install Node js

Open cmd on your system and type below commands

node --version

mkdir reactjs

cd reactjs

npm init

npm install -g create-react-app

npx create-react-app reactapp

cd reactapp

npm start

After Completing this course you can easily design user interface for Mobile App and Web App.