Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cityofdetroit/tax-prep-survey

Small survey for identifying tax preparation services for citizens
https://github.com/cityofdetroit/tax-prep-survey

citizens javascript react tax-prep-survey yarn

Last synced: 2 days ago
JSON representation

Small survey for identifying tax preparation services for citizens

Awesome Lists containing this project

README

        

# tax-prep-survey
Small survey for identifying tax preparation services for citizens

## Getting Started

This project was created using:
- [React](https://reactjs.org/) for application state management.
- [Parcel](https://parceljs.org/) as a web application bundler.
- [Yarn](https://yarnpkg.com/en/) for 3rd party library use and management.

Please make sure these are installed locally

## Setup Local Environment.

1. Download the repo.
```
$ git clone [email protected]:CityOfDetroit/tax-prep-survey.git
```
2. Install node dependencies.

```
$ yarn install
```

3. Run local instance.
```
$ yarn start
```

4. Run test suite.
```
$ yarn test
```

4. Create production build.
```
$ yarn build
```
## Resources

* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/tax-prep-survey