Skip to content

advaiyalad/nextjs-gql-apollo

Repository files navigation

Next.js GraphQL Todos App

This is a next.js todosa app using GraphQL. Some technologies used:

  • Apollo Client
  • TypeScript
  • Tailwindcss
  • GraphQL Code Generator
  • Formik

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Backend

This app uses this project as the backend. Clone that repo, run yarn build, and run yarn start to start the server. If you want to use a custom backend, set the API_URL value in .env.

About

A todos app with Apollo Client + Next.js.

Resources

Stars

Watchers

Forks

Languages