miguel-osuna / apollo-fullstack-tutorial

Apollo Full-stack Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apollo tutorial

This is the fullstack app for the Apollo tutorial. 🚀

File structure

The app is split out into two folders:

  • client: Client code
  • server: Server code

Installation

To run the app, run these commands in two separate terminal windows from the root:

cd code/client && npm i && npm start

and

cd code/server && npm i && npm start 

About

Apollo Full-stack Tutorial

License:MIT License


Languages

Language:TypeScript 52.0%Language:JavaScript 45.8%Language:HTML 2.2%