Storyteller An app for writing stories with your friends. Built with React and Express.
Setup:
- clone the repo
yarn install
yarn dev
to start the server and client concurrently.- visit
http://localhost:3000/
(api endpoints are onhttp://localhost:5000/
)