Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

orchestrated-io/fullstack-tutorial

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Apollo tutorial

This is the fullstack app for the Apollo tutorial. πŸš€

Installation

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

cd server && npm i
npm run start-dynamo-local
cd server
npm start

and

cd client && npm i && npm start

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.4%
  • JavaScript 46.6%
  • HTML 2.0%