/foodpicker

:pizza: A fun way to pick what to eat with your colleagues

Primary LanguageJavaScript

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