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
- Host: GitHub
- URL: https://github.com/paulfioravanti/apollo-fullstack-tutorial
- Owner: paulfioravanti
- License: mit
- Archived: true
- Created: 2020-11-29T10:15:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-29T10:24:23.000Z (over 5 years ago)
- Last Synced: 2025-01-30T12:38:21.158Z (about 1 year ago)
- Topics: apollo, graphql, tutorial, typescript
- Language: TypeScript
- Homepage:
- Size: 5.51 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/