Skip to content

This is copy of starter templates for Learn Next.js Course , and This repository modified for using Local Postgres instance with Docker.

Notifications You must be signed in to change notification settings

liaojianqiang/next-learn-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Learn Next.js Course - Build a Dashboard

This is copy of starter templates for Learn Next.js Course , and This repository modified for using Local Postgres instance with Docker.

How to use

1. Creating a new project

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

2. Start your local Postgres instance by using Docker

cd nextjs-dashboard

docker-compose up -d

3. Running the development server

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.

Resource

About

This is copy of starter templates for Learn Next.js Course , and This repository modified for using Local Postgres instance with Docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages