Skip to content

Files

Latest commit

f1ede30 · May 27, 2019

History

History
28 lines (19 loc) · 454 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 454 Bytes

When you're with a group, choosing what to eat can be a pain, Fastfood makes it easy.
Create a session, share your link, and let everyone pick what they prefer !

Build Setup

In /client:

# Install all dependencies
$ yarn install

# Serve with hot reloading at localhost:3000
$ yarn start

# Build for production  
$ yarn build

In /server:

# Install all dependencies
$ yarn install

# Start local server
$ yarn start