A solution to flux-challenge written in Elm.
This is our previous attempt at solving the challenge. See our current attempt.
- Start the frontend server by running
yarn run start
(install packages by runningyarn
first). - In a separate shell, start the backend server by changing the directory to
server
and also runningyarn run start
(you may need to install the deps first withyarn
too).