Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 304 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 304 Bytes

GrubDash Front End Application

Installation

  1. Fork / clone this repository.
  2. Run npm install.

Use npm start to run the application.

Set the API_BASE_URL environment variable to the base url for the API.

If API_BASE_URL is not set, a default value of http://localhost:5000 is used.