Gridsome and Strapi Tutorial

This repo was built for a YouTube tutorial.

Running Locally

Front-end:

  1. npm install
  2. npm run develop
  3. App will run on port 8080

Back-end:

  1. npm install
  2. npm run develop
  3. App will run on port 1337
  4. Go to http://localhost:1337/admin and create a new user.
  5. Follow the tutorial on YouTube to create events and categories that the front-end can display.
  6. Don't forget to allow get request permissions for events.