Skip to content

Logic-ui/nextjs-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

#npm install -g pnpm #npx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example" --use-pnpm #cd nextjs-dashboard #app: Contains all the routes, components, and logic for your application, this is where you'll be mostly working from. #app/lib: Contains functions used in your application, such as reusable utility functions and data fetching functions. #app/ui: Contains all the UI components for your application, such as cards, tables, and forms. To save time, we've pre-styled these components for you. #public: Contains all the static assets for your application, such as images. Config Files: You'll also notice config files such as next.config.js at the root of your application. Most of these files are created and pre-configured when you start a new project using create-next-app. You will not need to modify them in this course.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published