A recipe app built using react and prisma app
Clone the repo from GitHub:
git clone https://github.com/brayoh/recipe-app-react-prisma.git
Fetch from the develop branch:
git fetch origin develop
Install Prisma cli:
npm install -g prisma
Navigate to the root folder:
cd recipe-app-react-prisma
Install the required packages:
npm install
Navigate to the client folder:
cd client
Install the required packages:
npm install
Start your local prisma server by running docker-compose up -d
then navigate to the client folder and run npm start