- Create an environment variable file
.env.and inside add:
REACT_APP_CLOUDINARY_CLOUD_NAME="<Your Cloud Name>"
- Install the project dependencies with:
yarn install
# or
npm install
- Start the development server with:
yarn start
# or
npm run start
- Visit the project at http://localhost:3000!