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

https://github.com/paulfioravanti/apollo-fullstack-tutorial

My sandbox for the Apollo Tutorial
https://github.com/paulfioravanti/apollo-fullstack-tutorial

apollo graphql tutorial typescript

Last synced: 6 months ago
JSON representation

My sandbox for the Apollo Tutorial

Awesome Lists containing this project

README

          

# Apollo Tutorial

This is my sandbox for the fullstack app for the [Apollo tutorial][].

Currently, I haven't done anything special with the front end, but I have
attempted to refactor and introduce [Typescript][] to the back end application.

## Installation

```sh
git clone git@github.com:paulfioravanti/apollo-fullstack-tutorial.git
cd apollo-fullstack-tutorial
```

Run each application in a separate terminal window:

## Back End

```sh
cd server
npm install
npm start
```

Open to get a GraphQL Playground interface.

## Front End

```sh
cd client
npm install
npm start
```

Open to open the application.

[Apollo tutorial]: http://apollographql.com/docs/tutorial/introduction.html
[Typescript]: https://www.typescriptlang.org/