The Redux tutorial app, built with GraphQL & Apollo!
cd server && npm i && npm start
Make sure the server is running before you start up the client. To get the full experience, install the Apollo VS Code extension for some extra magic. β¨
cd client && npm i && npm start