Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 670 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 670 Bytes

PDFLex

About

An interactive dashboard that allows Securian policy holders to seamlessly submit, edit and view their claims online.

Coded with React and hosted on Netlify. See our backend here!

Created by Team Consonants: Ben, Jiya, Lana, Sarah, Vithu!

How to Run Locally

  1. Clone this repository onto your preferred IDE.
  2. Open terminal and ensure you are located in the correct directory (eg C:\Users\Ben\Documents\pdflex-frontend)
  3. Run npm start

http://localhost:3000/ should automatically open in your browser after 10-15 seconds.

See the pdflex-backend repository for running the backend locally.