nextjs-dashboard
A Next.JS boilerplate with the famous Open Source Boostrap Admin Template, CoreUI.
File Explorer
Download Latest Version (.zip)- ci.yml
- FUNDING.yml
- login.cy.ts
- example.json
- commands.ts
- e2e.ts
- coreui.svg
- android-icon-144x144.png
- android-icon-192x192.png
- android-icon-36x36.png
- android-icon-48x48.png
- android-icon-72x72.png
- android-icon-96x96.png
- apple-icon-114x114.png
- apple-icon-120x120.png
- apple-icon-144x144.png
- apple-icon-152x152.png
- apple-icon-180x180.png
- apple-icon-57x57.png
- apple-icon-60x60.png
- apple-icon-72x72.png
- apple-icon-76x76.png
- apple-icon-precomposed.png
- apple-icon.png
- browserconfig.xml
- favicon-16x16.png
- favicon-32x32.png
- favicon-96x96.png
- favicon.ico
- manifest.json
- ms-icon-144x144.png
- ms-icon-150x150.png
- ms-icon-310x310.png
- ms-icon-70x70.png
- 1.jpg
- 2.jpg
- 3.jpg
- 4.jpg
- 5.jpg
- 6.jpg
- 7.jpg
- 8.jpg
- 9.jpg
- ads.txt
- favicon.ico
- vercel.svg
- login.tsx
- page.tsx
- page.tsx
- register.tsx
- layout.tsx
- page.tsx
- action.ts
- page.tsx
- index.tsx
- page.tsx
- layout.tsx
- page.tsx
- route.ts
- option.ts
- route.ts
- layout.tsx
- FormError.tsx
- ImageFallback.tsx
- Breadcrumb.tsx
- Footer.tsx
- Header.tsx
- HeaderFeaturedNav.tsx
- HeaderLocale.tsx
- HeaderLogout.tsx
- HeaderNotificationNav.tsx
- HeaderProfileNav.tsx
- HeaderSidebarToggler.tsx
- HeaderTheme.tsx
- Sidebar.tsx
- SidebarNav.tsx
- SidebarNavGroup.tsx
- SidebarNavItem.tsx
- SidebarOverlay.tsx
- SidebarProvider.tsx
- ConversionChart.tsx
- IncomeChart.tsx
- SessionChart.tsx
- TrafficChart.tsx
- UserChart.tsx
- Form.tsx
- PokemonForm.tsx
- PokemonList.tsx
- PokemonTypeLabel.tsx
- Paginate.tsx
- Pagination.tsx
- RowsPerPage.tsx
- RowsPerPageSelect.tsx
- Summary.tsx
- ProgressBar.tsx
- THSort.tsx
- use-computed-style.ts
- lang.json
- lang.json
- lang.json
- config.ts
- dictionary-hook.ts
- dictionary.ts
- DictionaryProvider.tsx
- egg-group.ts
- pokemon.ts
- resource.ts
- type.ts
- _avatar.scss
- _footer.scss
- _header.scss
- _progress.scss
- _sidebar.scss
- _custom.scss
- globals.scss
- enum.ts
- theme.ts
- next.d.ts
- server-fetch.ts
- zod.ts
- middleware.ts
- .env.development
- .env.production
- .eslintrc.json
- .gitignore
- cypress.config.ts
- LICENSE
- next.config.js
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
π Installation Guide
1. Get the code
git clone https://github.com/kitloong/nextjs-dashboard
Downloads the entire project code from GitHub to your computer.
cd nextjs-dashboard
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm install
Downloads and installs the libraries listed in package.json.
pnpm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
