UNPKG

next15-starter

Version:

Start a Next15 TypeScript project in few second!

56 lines (41 loc) 1.31 kB
# Ryan's Next15 Awesome Starter ![Author](https://img.shields.io/badge/Author-ryan-orange.svg) ![License](https://img.shields.io/badge/License-MIT-blue.svg) ![Last Commit](https://img.shields.io/github/last-commit/ryan-ahn/npm-next13-starter) ## Features - [x] 🗝️&nbsp;&nbsp;Typed Programming (Typescript) - [x] 🧩&nbsp;&nbsp;SSR & Page Transition (Next15) - [x] &nbsp;&nbsp;Code Formatter (ESLint Airbnb & Prettier) - [x] 🧵&nbsp;&nbsp;Built-in Component & Layout - [x] 🚰&nbsp;&nbsp;Handle Page to Middleware - [x] ✨&nbsp;&nbsp;Setting Reset Style - [x] 📍&nbsp;&nbsp;Absolute Path - [x] 📫&nbsp;&nbsp;Page SEO - [x] 🪄&nbsp;&nbsp;Dark Mode - [x] 📱&nbsp;&nbsp;Check Device ## Frameworks - **Core Framework** : Next15 - **Core Library** : React19 ## Code Structure - **Static(public)** - **Root(app)** <br/> -&nbsp;**components** - atomic stateless components <br/> -&nbsp;**config** - configure <br/> -&nbsp;**constants** - static data <br/> -&nbsp;**interfaces** - interfaces <br/> -&nbsp;**libs** - store, hooks, utils <br/> -&nbsp;**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 ```