React + Express powered client management system for PHC SF.
Project Homeless Connect excels in connecting the most vulnerable San Franciscans to vital resources throughout the city. At our one-stop shop events and in our office every day, we link participants to difficult-to-obtain services including medical, dental and vision care, and employment assistance. By mobilizing city and community agencies, as well as thousands of volunteers, we are able to ensure that our participants receive holistic care in a dignified setting.
https://www.projecthomelessconnect.org/
- Get a copy of the development Salesforce keys, and put these into a file named
.env
in the repository root - Install all dependencies with
npm install
- Run a local development server with
npm start
(see other commands inpackage.json
)
This project was scaffolded with react-redux-starter-kit
.