Neighborhood Connect is a web app that lets community leaders share their residents' top priorities with local government. Local government can share actions on these priorities and opportunities to participate.
To get this project setup for development you'll need:
Ensure you have the prerequisites installed, and the Neighborhood Connect API running.
By default Neighborhood Connect expects the dev API to be running on http://localhost:3000
per .src/config.js
From a terminal run:
git clone https://github.com/code4sac/neighborhood-connect/
cd neighborhood-connect
npm install
To start the app run:
npm start
With the local dev API already running on the default port 3000, you'll be prompted to run this app on another port.
Run automated tests with:
npm test
Neighborhood Connect is a project by Code for Sacramento.
This project was bootstrapped with Create React App.