Skip to content

Small survey for identifying tax preparation services for citizens

Notifications You must be signed in to change notification settings

CityOfDetroit/tax-prep-survey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tax-prep-survey

Small survey for identifying tax preparation services for citizens

Getting Started

This project was created using:

  • React for application state management.
  • Parcel as a web application bundler.
  • Yarn for 3rd party library use and management.

Please make sure these are installed locally

Setup Local Environment.

  1. Download the repo.

    $ git clone git@github.com:CityOfDetroit/tax-prep-survey.git
    
  2. Install node dependencies.

    $ yarn install
    
  3. Run local instance.

    $ yarn start
    
  4. Run test suite.

    $ yarn test
    
  5. Create production build.

    $ yarn build
    

Resources