1.0.2 • Published 5 months ago
next15-starter v1.0.2
Ryan's Next15 Awesome Starter
Features
- 🗝️ Typed Programming (Typescript)
- 🧩 SSR & Page Transition (Next15)
- Code Formatter (ESLint Airbnb & Prettier)
- 🧵 Built-in Component & Layout
- 🚰 Handle Page to Middleware
- ✨ Setting Reset Style
- 📍 Absolute Path
- 📫 Page SEO
- 🪄 Dark Mode
- 📱 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-project
2) Run Project
npm run dev
3) Run Deploy
npm run build