# fullstack-tutorial **Repository Path**: T0T/fullstack-tutorial ## Basic Information - **Project Name**: fullstack-tutorial - **Description**: Apollo GraphGL 开发教程使用的DEMO仓库 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-27 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apollo tutorial This is the fullstack app for the [Apollo tutorial](http://apollographql.com/docs/tutorial/introduction.html). 🚀 ## File structure The app is split out into two folders: - `start`: Starting point for the tutorial - `final`: Final version From within the `start` and `final` directories, there are two folders (one for `server` and one for `client`). ## Installation To run the app, run these commands in two separate terminal windows from the root: ```bash cd final/server && npm i && npm start ``` and ```bash cd final/client && npm i && npm start ```