This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm install
npm run devOpen http://localhost:3000 with your browser to see the result.
most important files to edit are app/page.tsx, that's the landing page, individual pages are in {folder}/page.tsx. Each pages entry should be named page.tsx.
Pages can also live several levels deep app/pages/todo.