Skip to content

code4sac/neighborhood-connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighborhood Connect

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.

Getting Started

Prerequisites

To get this project setup for development you'll need:

Installing and Running

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.

Contributing

Running Tests

Run automated tests with:

npm test

Neighborhood Connect is a project by Code for Sacramento.

This project was bootstrapped with Create React App.