Skip to content

audayshankar/hmda-frontend

 
 

Repository files navigation

HMDA Frontend Projects

Collection of frontend code and configuration for the following projects:

Dependencies

  • node.js
  • yarn

Install

  • Clone repo
  • Run yarn from repo root

Usage

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-frontend

About

Collection of HMDA frontend apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.1%
  • CSS 9.4%
  • Other 0.5%