This is a next.js todosa app using GraphQL. Some technologies used:
- Apollo Client
- TypeScript
- Tailwindcss
- GraphQL Code Generator
- Formik
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
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
.