Skip to content

emreloper/quiz-app

Repository files navigation

Quiz App

Development

Create a .env file in the project root using the .env.example file.

npm install
npm run dev

TypeScript types can be automaticaly created with the following command. The tool scans the project for queries and mutations. Creates the types for the found ones. Re-run the command after adding or changing queries and mutations.

npm run codegen:types

Test

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published