Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.06 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.06 KB

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