Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Implementation of the flux-challenge written in Elm

License

Notifications You must be signed in to change notification settings

LunarLogic/flux-challenge-elm-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flux-challenge-elm

A solution to flux-challenge written in Elm.

This is our previous attempt at solving the challenge. See our current attempt.

Starting the app

  1. Start the frontend server by running yarn run start (install packages by running yarn first).
  2. In a separate shell, start the backend server by changing the directory to server and also running yarn run start (you may need to install the deps first with yarn too).