Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/qa-client
https://github.com/malcodeman/qa-client
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/qa-client
- Owner: malcodeman
- License: mit
- Created: 2018-05-25T08:00:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T08:51:05.000Z (over 5 years ago)
- Last Synced: 2024-10-29T11:10:27.236Z (about 2 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
[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](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).
![Screenshot](docs/images/screenshot.png)
## 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)