An open API service indexing awesome lists of open source software.

https://github.com/victormln/grapqhl-full-stack-example


https://github.com/victormln/grapqhl-full-stack-example

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

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
```