项目作者: LunarLogic

项目描述 :
Implementation of the flux-challenge written in Elm
高级语言: JavaScript
项目地址: git://github.com/LunarLogic/flux-challenge-elm-2019.git
创建时间: 2019-01-03T12:50:06Z
项目社区:https://github.com/LunarLogic/flux-challenge-elm-2019

开源协议:GNU General Public License v3.0

下载


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).