next15-starter
Version:
Start a Next15 TypeScript project in few second!
56 lines (41 loc) • 1.31 kB
Markdown
# 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)** <br/>
- ⎣ **components** - atomic stateless components <br/>
- ⎣ **config** - configure <br/>
- ⎣ **constants** - static data <br/>
- ⎣ **interfaces** - interfaces <br/>
- ⎣ **libs** - store, hooks, utils <br/>
- ⎣ **styles** - style set<br/>
## Getting Started
### 1) Installation
```shell
npx next15-starter my-project
cd my-project
```
### 2) Run Project
```shell
npm run dev
```
### 3) Run Deploy
```shell
npm run build
```