https://github.com/malcodeman/qa-client
https://github.com/malcodeman/qa-client
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/qa-client
- Owner: malcodeman
- License: mit
- Created: 2018-05-25T08:00:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T08:51:05.000Z (about 6 years ago)
- Last Synced: 2025-01-29T22:33:08.234Z (4 months ago)
- Language: JavaScript
- Size: 2.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - qa-client - Unlimited private questions and answers in a searchable archive. (React)
README
# QA-client
[](https://github.com/styled-components/styled-components)
[](https://github.com/prettier/prettier)
[](https://github.com/malcodeman/qa-client/blob/master/LICENSE)Unlimited private questions and answers in a searchable archive, inspired by [stackoverflow teams](https://stackoverflow.com/teams).

## Usage
.env.development.local file should look like this:
```
REACT_APP_API_URL = "http://localhost:9001/api"
```To start the app run:
```
yarn install
yarn start
```Api is located [here](https://github.com/malcodeman/qa-server).
## License
[MIT](./LICENSE)