forked fromapollographql/fullstack-tutorial
- Notifications
You must be signed in to change notification settings - Fork0
🚀 The Apollo platform tutorial app
NotificationsYou must be signed in to change notification settings
AndrejBanas/fullstack-tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the fullstack app for theApollo tutorial. 🚀
The app is split out into two folders:
start
: Starting point for the tutorialfinal
: Final version
From within thestart
andfinal
directories, there are two folders (one forserver
and one forclient
).
To run the app, run these commands in two separate terminal windows from the root:
cd final/server&& npm i&& npm start
and
cd final/client&& npm i&& npm start
About
🚀 The Apollo platform tutorial app
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- JavaScript97.6%
- HTML2.4%