Skip to content

arcmena/react-medical-record

Repository files navigation

React Medical Record

Simple react medical record example.

Interface

Getting started

Clone this repo:

git clone https://github.com/arcmena/react-medical-record.git

Install the dependencies:

npm install

or simply:

yarn

Configuration

Create a .env.development.local based on the .env.example with your configuration to connect to your backend.

REACT_APP_API=    # The base URL to the api (e.g. http://localhost:3500)

Then you can run to start:

yarn start

Note: The server will start at http://localhost:3000 by default.

Author