Skip to content

CityOfDetroit/property-application

Repository files navigation

property-application

Intake form for property purchase application for the City of Detroit.

Getting Started

This project was created using:

  • React for application state management.
  • Webpack as a web application bundler.
  • Yarn to manage project dependencies.
  • Cypress for testing.

Please make sure these are installed locally

Setup Local Environment.

  1. Download the repo.

    $ git clone git@github.com:CityOfDetroit/property-application.git
    
  2. Install node dependencies.

    $ yarn install
    
  3. Run local instance.

    $ yarn start
    
  4. Run test suite.

    $ yarn test
    
  5. Create production build for property app.

    $ yarn build:property-app
    
  6. Create production build for digital divide survey.

    $ yarn build:digital-divide
    

Resources