React

Last Updated: 3/6/2023

Create React Project

  • You can create new react app using create-react-app
  • Run this command in command prompt
npx create-react-app my-react-app
cd my-react-app
npm start