This is the front end of a simple todo app created using Next.js. This uses tailwind css for styling. shadcn/ui component library is also used.
-
Start the backend server as mentioned here.
-
Install dependencies
npm install
- Add backend URL to a .env.local file at root.
BACKEND_URL=http://localhost:8080/api
- Start the development server.
npm run dev