gridsome-strapi-tutorial
gridsome-strapi-tutorial copied to clipboard
Gridsome and Strapi Tutorial
This repo was built for a YouTube tutorial.
Running Locally
Front-end:
npm installnpm run develop- App will run on port
8080
Back-end:
npm installnpm run develop- App will run on port
1337 - Go to http://localhost:1337/admin and create a new user.
- Follow the tutorial on YouTube to create events and categories that the front-end can display.
- Don't forget to allow get request permissions for events.