Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 615 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 615 Bytes

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.