This is the fullstack app for the Apollo tutorial. 🚀
The app is split out into two folders:
start: Starting point for the tutorialfinal: Final version
From within the start and final directories, there are two folders (one for server and one for client).
To run the app, run these commands in two separate terminal windows from the root:
cd final/server && npm i && npm startand
cd final/client && npm i && npm startUsed this https://medium.com/dailyjs/how-to-setup-selenium-on-node-environment-ee33023da72d as a guide.
Everyone will need to add the chrome driver to their computer and add it as a path variable. Details on doing this are found in the above medium link.