Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craig-day/jooshy_trivia
https://github.com/craig-day/jooshy_trivia
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/craig-day/jooshy_trivia
- Owner: craig-day
- Created: 2020-12-04T07:01:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-05T23:06:15.000Z (about 4 years ago)
- Last Synced: 2024-10-19T04:11:10.143Z (3 months ago)
- Language: JavaScript
- Size: 889 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Joosh Trivia
## Development
The project is setup to use [`asdf-vm`](https://asdf-vm.com/#/) to manage the tool versions. You can
use any runtime version manager you like, but make sure you check [`.tool-versions`](./.tool-versions)
to ensure you install the correct version.### Client
The client is a React app bootstraped using [`create-react-app`](https://reactjs.org/docs/create-a-new-react-app.html)
using `yarn`.See [`client/README.md`](./client/README.md) for instructions.
### Server
The server is a [Phoenix Framework](https://www.phoenixframework.org/) application using
[Absinthe GraphQL](http://absinthe-graphql.org/) for the API.See [`server/README.md`](./server/README.md) for instructions.