https://github.com/kripod/exigo
Responsive Quiz Application made with React and Prisma Framework.
https://github.com/kripod/exigo
css-in-js functional-programming gatsby graphql nodejs prisma-framework react serverless typescript
Last synced: 7 months ago
JSON representation
Responsive Quiz Application made with React and Prisma Framework.
- Host: GitHub
- URL: https://github.com/kripod/exigo
- Owner: kripod
- License: mit
- Created: 2019-09-07T15:03:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T05:09:56.000Z (over 5 years ago)
- Last Synced: 2025-03-29T05:33:18.531Z (8 months ago)
- Topics: css-in-js, functional-programming, gatsby, graphql, nodejs, prisma-framework, react, serverless, typescript
- Language: TypeScript
- Homepage: https://exigo.netlify.com/
- Size: 3.25 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exigo
[](https://travis-ci.com/kripod/exigo)
[](https://app.netlify.com/sites/exigo/deploys)
## Development process
### Prequisites
- [Node.js](https://nodejs.org/) ≥10
- [Yarn](https://yarnpkg.com/) ≥1
### Workflow
1. Clone a fork of the `master` branch and install all the required dependencies with `yarn`
1. Initialize the development database as follows:
```sh
cd server
yarn db:init
yarn db:seed
```
1. Execute `yarn develop` from the project's root directory