This is a project I built for my blog and youtube. The backend is done with Strapi and GraphQL, the frontend uses Apollo to fetch data with the GraphQL code generator and Tailwindcss for styling.
Run yarn
in the root folder of this repo.
Run yarn develop
in the packages/backend
folder.
Run yarn dev
in the packages/frontend
folder.