Running React Locally

  1. First install Node.js via Volta, NVM, or installing Node.js directly.
  2. Ensure you have Node.js installed by opening Terminal and running node --version.
  3. Create a React app with Create React App by running npx create-react-app my-app
  4. cd my-app
  5. npm start
  6. Visit http://localhost:3000