- If you want to follow up on the updates and contribute, please check the project board.
✔ What is your project named? … nextjs-w-app-router-starter
✔ Would you like to use TypeScript with this project? … No / Yes
✔ Would you like to use ESLint with this project? … No / Yes
✔ Would you like to use Tailwind CSS with this project? … No / Yes
✔ Would you like to use src/
directory with this project? … No / Yes
✔ Use App Router (recommended)? … No / Yes
✔ Would you like to customize the default import alias? … No / Yes
✔ What import alias would you like configured? … @/*
pnpm
. If you would like to use a different one, you can modify the .lintstagedrc.js
and husky
files accordingly.
First, run the development server:
pnpm dev
# or
yarn dev
# or
npm run dev
Run the PostgreSQL database locally on the docker container:
docker compose up
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.