This is copy of starter templates for Learn Next.js Course , and This repository modified for using Local Postgres instance with Docker.
npm install -g pnpm
npx create-next-app@latest nextjs-dashboard --example "https://github.com/liaojianqiang/next-learn-dashboard/tree/main/starter-example" --use-pnpm
cd nextjs-dashboard
docker-compose up -d
pnpm i
pnpm dev
pnpm dev starts your Next.js development server on port 3000. Let's check to see if it's working. open http://localhost:3000 on your browser.