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

Latest commit

 

History

History
12 lines (12 loc) · 223 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 223 Bytes

LAHacks2018_Health_project

Our LAHacks 2018 project

Instructions

To run the client-side react app,

# cd into client
cd client
# install dependencies
yarn install
# run development server.
yarn run dev-server