Skip to content

aristobyte-team/aristobyte-ui-template-nextjs-15-app-router

Repository files navigation

AristoByte UI Template - Next.js 15 App Router

This repository serves as the official Yarn-based template for creating AristoByte UI applications using the Next.js 15 App Router. It is used internally by the AristoByte UI CLI to bootstrap new projects quickly and consistently.

TypeScript TurboRepo ESLint License AristoByte UI Node.js >=20.19.0 Yarn =1.22.22 NPM =10.8.2 PNPM =10.15.1 Bun =1.2.21

Clone the repo

git clone https://github.com/aristobyte-team/aristobyte-ui-template-nextjs-15-app-router my-app
cd my-app

⚙️ Install Dependencies

Set the NodeJS to 20.19.0+ version or run the below script if you have nvm on your local machine

NodeJS - .nvmrc

nvm use

Packages

# Yarn
yarn install

# NPM
npm install

# PNPM
pnpm install

#Bun
bun install

🔨 Local Run

# Yarn
yarn dev

# NPM
npm run dev

# PNPM
pnpm run dev

#Bun
bun run dev

Open localhost to view your app.

🛠️ Build & Production

# Yarn
yarn build
yarn start

# NPM
npm run build
npm run start

# PNPM
pnpm run build
pnpm run start

#Bun
bun run build
bun run start

✨ Linting & Formatting

Run ESLint:

# Yarn
yarn lint

# NPM
npm lint

# PNPM
pnpm lint

#Bun
bun lint

📜 License

MIT © AristoByte

🛡 Shields Showcase

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published