1.0.2 • Published 5 months ago

next15-starter v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Ryan's Next15 Awesome Starter

Author License Last Commit

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
1.0.2

5 months ago

1.0.1

5 months ago