Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 643 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 643 Bytes

iMicrobe Elm SPA Build Status

New iMicrobe front-end rewritten using Elm v0.18 as a single-page application (SPA). Now deployed at https://www.imicrobe.us

Based on the Real World example from Richard Feldman.

Requires the iMicrobe Backend.

Quick Start

elm package install
npm install
git clone git@github.com:hurwitzlab/imicrobe-landing-page.git plugins/landing-page
npm run build
npm start