A ReasonML/BuckleScript webapp for listening to Spotify albums together.
yarn
(cd server && yarn)
cp .env.sample .envReplace contents of .env with your values.
Listening Bar uses Postgres. Use database.sql to create the necessary tables.
You may want to edit isomorphic/Constants.re but it should work as-is in dev
mode.
# Build BuckleScript
yarn build
# Serve dev client on localhost:8000
yarn client# Build BuckleScript
(cd server && yarn build)
# Run server on localhost:3030
yarn serverReplace yarn build with yarn start to run BuckleScript in watch mode.