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