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