Skip to content

civictechdc/us-congress-pizza-flag-tracker-frontend

Repository files navigation

Capitol Flag Pizza Tracker App Frontend

This is frontend only; the information for the project as a whole is located here:

Capitol Flag Pizza Tracker App

Start Development Web Server

  • Copy .env.example file to .env so that local backend can be found.
  • npm install
  • npm start

Running Cypress Tests