/
ReactJS
ReactJS
Creating a new application
npx create-react-app <folder name where poroject will be created> cd <folder name where poroject will be created> npm install
npm install is not needed after a npx create-react-app
Creating a new application
npx create-react-app <folder name where poroject will be created> cd <folder name where poroject will be created> npm install
npm install is not needed after a npx create-react-app