Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhmusker/nextjs-dashboard2
https://github.com/dhmusker/nextjs-dashboard2
nextjs postgres react vercel
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhmusker/nextjs-dashboard2
- Owner: dhmusker
- Created: 2024-08-24T06:31:26.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-24T20:36:22.000Z (3 months ago)
- Last Synced: 2024-10-16T12:21:10.902Z (about 1 month ago)
- Topics: nextjs, postgres, react, vercel
- Language: TypeScript
- Homepage: https://nextjs-dashboard2-one-lake.vercel.app
- Size: 894 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.