Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhmusker/nextjs-dashboard2


https://github.com/dhmusker/nextjs-dashboard2

nextjs postgres react vercel

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

## Next.js App Router Course - Starter

This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.

For more information, see the [course curriculum](https://nextjs.org/learn) on the Next.js Website.

# nextjs-dashboard

# 1. create a repo on github with no default readme.md file
# 2. on the laptop move to the root directory
# 3. git clone https://github.com/dhmusker/nextjs-dashboard.git nextjs-dashboard
# 4. cd to the new directory
# 5. npm install -g pnpm
# 6. npx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example" --use-pnpm
# 7. cd nextjs-dashboard
# 8. npm run dev //to start the server
# 9. git add . //to register the updates
#10. git commit -m "enter a message here" //to commit the changes
#11. git push origin master // to push the source to github
#12.