This tool allows users to view and filter emergency rental assistance programs funded by the U.S. Department of Treasury’s Emergency Rental Assistance Program.
This tool is developed and maintained as a standalone React app. The app is then built, and the final, compiled Javascript and CSS files are used by our site. These compiled files can be found in the dist
directory.
By distributing both the React source code and the final built Javascript and CSS files, we hope this package can be useful to more developers, as well as opening up our process for developing and publishing this application.
-
Clone repo
-
Run
yarn
-
Run
yarn start
This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
- (Optional) Install this package using
npm install
- Include the
main.js
andmain.css
files from thedist/
folder in your HTML page. - Add a container element to the page with id
rental-assistance-finder
- From here, you may need to further adjust CSS rules to customize the style of the resulting elements.