Frontend project for a to do app, using React, TypeScript, and Next.js
- Open in VS Code.
- When prompted select "Reopen in Container".
- Make sure backend is currently running before starting this project.
- Press
F5
OR runnpm run dev
.
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.