- This is the repo for the Frontend client.
- For the backend API and database manager, visit https://github.com/0xStarcat/nyc_building_monitor_api
The NYC Building monitor is a tool that NYC tenants can use to help them make informed housing decisions and fight for housing justice.
- Clone this repo and the backend repo into separate directories.
- Install dependencies for both repos with
npm install
- Start the backend server with
npm run-script nodemon
- Start the frontend client with
npm run-script dev
- Visit
localhost:3000
- push to server
git push production master
(automates build and deploy of client)