https://github.com/pavankpdev/curostrides-assignment
https://github.com/pavankpdev/curostrides-assignment
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pavankpdev/curostrides-assignment
- Owner: pavankpdev
- Created: 2022-04-10T06:38:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T12:53:06.000Z (about 3 years ago)
- Last Synced: 2025-01-30T09:22:30.163Z (3 months ago)
- Language: TypeScript
- Homepage: curostrides-assignment.vercel.app
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Using GraphQL
To use GraphQL in this project, add the schema in `graphql` directory with the file `.graphql`.
Later run the following command
```shell
yarn gql
```
This command will generate all the types associated with the query and will output a react hook, which can be used to interact with the server.