This Application is a playground/IDE for graphQL requests. It's a final task of RSSChool students. Course: React 2023Q4.
Application is created with:
- Next.js / APP Router;
- Redux Toolkit;
- TypeScript;
- Supabase;
- Chakra UI;
- CodeMirror;
- Vitest;
Clone this repository. Install it locally using npm:
$ cd ../graphiql-app
$ npm install
$ npm run dev
In the project directory, you can run scripts:
npm run dev- starts Next.js in development modenpm run build- builds the project in production modenpm run start- starts a Next.js production servernpm run lint- lints the project files using ESLintnpm run prettier-fix- formats the project files using Prettiernpm run prepare- installs and configures Husky in projectnpm run test- runs the Vites testsnpm run coverage- runs the tests and show coverage
This Application is created by Previous team: