Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 486 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 486 Bytes

CHICAGO FOOD INSPECTION SEARCH

PREREQUISITES

Install Dependencies

npm install

DEVELOPMENT

Run Dev Build & Watch for Changes

npm start

Run Local Dev Server (optional)

  1. npm install serve -g
  2. serve (from root directory)
  3. http://localhost:5000

PRODUCTION

Run Production Build

npm run build

Package Production Assets

  1. index.html
  2. dist

KNOWN ISSUES

  1. Data limited to most recent 1000 results
  2. List view limited to first 5 results