next15-starter
v1.0.2
Published
Start a Next15 TypeScript project in few second!
Maintainers
Readme
Ryan's Next15 Awesome Starter
Features
- [x] 🗝️ Typed Programming (Typescript)
- [x] 🧩 SSR & Page Transition (Next15)
- [x] Code Formatter (ESLint Airbnb & Prettier)
- [x] 🧵 Built-in Component & Layout
- [x] 🚰 Handle Page to Middleware
- [x] ✨ Setting Reset Style
- [x] 📍 Absolute Path
- [x] 📫 Page SEO
- [x] 🪄 Dark Mode
- [x] 📱 Check Device
Frameworks
- Core Framework : Next15
- Core Library : React19
Code Structure
- Static(public)
- Root(app)
- ⎣ components - atomic stateless components
- ⎣ config - configure
- ⎣ constants - static data
- ⎣ interfaces - interfaces
- ⎣ libs - store, hooks, utils
- ⎣ styles - style set
Getting Started
1) Installation
npx next15-starter my-project
cd my-project2) Run Project
npm run dev3) Run Deploy
npm run build