Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 403 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 403 Bytes

This is a small app where you can start a story, write one line and then ask a friend to write the next line... build in React & utilizing a GraphQL server.

Bootstrapped with Create-React-App.

How to run Client

Clone this repo, run $ yarn install and $ yarn start
The frontend of the app is now running on localhost:3000

How to run Server

Refer to README file in server folder.