Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).