Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 263 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 263 Bytes

Cordis App

Cordis App built on top of Cordis GraphQL API

Installation

npm install

and then

elm-package install

How to start

Start the JSON server (http://localhost:4000)

npm run api

Start the web app (http://localhost:3000)

npm run dev