Skip to content

What brew goes with your food? A simple beer-paring app written in ReasonML.

License

Notifications You must be signed in to change notification settings

luhmann/reason-beer

Repository files navigation

Logo

What's with dinner?

Build Status

A simple App giving you recommendation of what tasty brews go with your food. Uses ReasonML, Reason React and Tailwind. Powered by Punk Api.

Try it out

https://luhmann.github.io/reason-beer/

Installation

Install project dependencies:

$ yarn

Development

$ yarn start
$ yarn dev (in another tab)

This starts the bucklescript compiler and a webpack-server in parallel

Building

$ yarn build

Testing

Make sure you have executed the steps under development, then in yet another tab

$ yarn test