ReactJS Day 1

ReactJS Day 1

  1. Install NodeJS
  2. Install VS Code
  3. ReactJS Project Creation (npx)
    npx create-react-app my-react-app
  4. Goto my-react-app folder using CD Command and then
  5. Run the HelloWorld Project
    npm start
  6. also run following command
    npm install