React Js Installation

React Js Installation

  • npm install -g create-react-app
  • npx create-react-app <appname>
  • cd <appname>
  • npm start
  • npm install react-bootstrap bootstrap

 

 

Leave a Reply