Skip to content

Todo List Next.js App using App Router, useQuery, useMutation

Notifications You must be signed in to change notification settings

feeling-free/home-todo-list-client

Repository files navigation

Step 1. Install dependencies

npm install

Step 2. Set up environment variables

cp .env.example .env

Set the NEXT_PUBLIC_API_URL environment variable to the URL of your API server. Example:

NEXT_PUBLIC_API_URL=http://localhost:3000/api

Step 3. Run the development server

npm run dev

About

Todo List Next.js App using App Router, useQuery, useMutation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published