Skip to content

omnipresent07/hmda-data-browser

 
 

Repository files navigation

HMDA Data Browser

Work-in-progress front-end for browsing HMDA data

Dependencies

This project was bootstrapped with Create React App. You can find the most recent information on how to perform common tasks in this guide.

Install

Clone this repo and run the following:

yarn

Getting started

Create React App

For local development you can run:

yarn start

yarn start will run the application in development mode, opening a browser window to http://localhost:3000.

The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.

Docker

To see the application running in a container you can run:

docker run -p 80:80 hmda/hmda-data-browser

Open http://192.168.99.100/ (or your Docker Machine IP) to view the application.

About

Browse HMDA data (prototype)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.0%
  • CSS 18.7%
  • Smarty 2.9%
  • HTML 2.7%
  • Dockerfile 0.7%