Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liaoyio/next-starter
This is a Next.js starter template built with React 19, integrated with Bun, Biome, and Lefthook.
https://github.com/liaoyio/next-starter
i18n next15-template react19
Last synced: 1 day ago
JSON representation
This is a Next.js starter template built with React 19, integrated with Bun, Biome, and Lefthook.
- Host: GitHub
- URL: https://github.com/liaoyio/next-starter
- Owner: liaoyio
- Created: 2024-12-20T07:53:10.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T06:57:42.000Z (8 days ago)
- Last Synced: 2025-01-29T07:28:02.259Z (8 days ago)
- Topics: i18n, next15-template, react19
- Language: TypeScript
- Homepage: https://next-starter-two-xi.vercel.app
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Starter
This is a [Next.js](https://nextjs.org) starter template built with React 19, integrated with [Bun](https://www.bun.sh.cn/), [Biome](https://biomejs.dev/), and [Lefthook](https://github.com/evilmartians/lefthook).
## Features
- [x] ð [Next.js](https://nextjs.org)
- [x] ð° [React 19](https://react.dev)
- [x] ðĄ [TypeScript](https://typescriptlang.org)
- [x] ðĻ [Tailwind CSS](https://tailwindcss.com)
- [x] ðĻ [shadcn/ui](https://ui.shadcn.com)
- [x] ðŧ [zustand](https://zustand-demo.pmnd.rs)
- [x] ðŠī [next-intl](https://next-intl-docs.vercel.app)
- [x] ð [next-themes](https://github.com/pacocoursey/next-themes)
- [x] ðŠĄ ( node & pnpm ) â> [Bun](https://www.bun.sh.cn/)
- [x] ðŠĄ ( eslint & prettier ) â> [Biome](https://biomejs.dev/)
- [x] ðŠĄ ( husky & lint-staged ) â> [Lefthook](https://github.com/evilmartians/lefthook)## Getting Started
To set up and run this admin dashboard locally, follow these steps:
1. ```clone project```
2. ```bun install```
3. ```bun dev```You'll be able to access the project on [http://localhost:3000](http://localhost:3000).