react js setup

 #install node js [first requirement]

npm install create-react-app@5.0.1 [to install react dependencies]

npx create-react-app my-app [to create the react project]

cmd> cd my-app [move to my-app dir]

cmd> npm start [to start server]

cmd> ctrl+c [to stop server]

Comments