A simple App giving you recommendation of what tasty brews go with your food. Uses ReasonML, Reason React and Tailwind. Powered by Punk Api.
https://luhmann.github.io/reason-beer/
- Requires
node
> v9 - Requires
yarn
> 1.3 - Install the
reason-cli
binaries as described here: https://reasonml.github.io/docs/en/global-installation.html
Install project dependencies:
yarn
$ yarn start
$ yarn dev (in another tab)
This starts the bucklescript compiler and a webpack-server in parallel
yarn build
Make sure you have executed the steps under development, then in yet another tab
yarn test