- Clone React course repository
npm install in the backend folder 2. add a .env file on the backend folder with mongodb connection and other variables 3. npm run start
npm install in the frontend folder 4. npx create-react-app my-app (see https://create-react-app.dev/) 5. npm run dev