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 !
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