/lireddit-tutorial

following along a Ben Awad Tutorial on youtube.

Primary LanguageTypeScript

lireddit-tutorial

following along a Ben Awad Tutorial on youtube.

Tutorial here

Running app in Dev environment:

Terminal session 1:

foo@bar:~$ cd server/
foo@bar/server:~$ yarn watch

Terminal session 2:

foo@bar:~$ cd server/
foo@bar/server:~$ yarn dev

Terminal session 3:

foo@bar:~$ cd web/
foo@bar/web:~$ yarn dev

Terminal session 4:

foo@bar:~$ redis-server

Troubleshooting notes:

Cookie issues in Dev

  • Be sure to set request.credentials = "omit" -> request.credentials = "include" in GraphQL playgrounds if cookie isn't being set.