Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasspeixoto/next-template
https://github.com/lucasspeixoto/next-template
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasspeixoto/next-template
- Owner: lucasspeixoto
- License: mit
- Created: 2023-04-03T10:57:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-03T10:57:59.000Z (over 1 year ago)
- Last Synced: 2024-04-17T05:32:10.903Z (7 months ago)
- Language: TypeScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Next.js 13 Admin Dashboard TemplateBuilt with the new `app` directory (beta).
## Overview
This is a starter template using the following stack:
- Framework - [Next.js 13](https://nextjs.org/13)
- Language - [TypeScript](https://www.typescriptlang.org)
- Auth - [NextAuth.js](https://next-auth.js.org)
- Database - [PlanetScale](https://planetscale.com)
- Deployment - [Vercel](https://vercel.com/docs/concepts/next.js/overview)
- Styling - [Tailwind CSS](https://tailwindcss.com)
- Components - [Tremor](https://www.tremor.so)
- Analytics - [Vercel Analytics](https://vercel.com/analytics)
- Linting - [ESLint](https://eslint.org)
- Formatting - [Prettier](https://prettier.io)This template uses the new `app` directory in Next.js 13 (beta). This includes support for enhanced layouts, colocation of components, tests, and styles, component-level data fetching, and more.