Skip to content

A anime streaming platform is a user-friendly website where fans can watch their favorite shows and movies.

Notifications You must be signed in to change notification settings

tiesen243/kazez

Repository files navigation

Create Yuki App

A Next.js template with TypeScript, Tailwind CSS, ESLint and Prettier.

Getting Started

Create a new Next.js app

# using npm
npx create-next-app@latest --example https://github.com/tiesen243/create-yuki-app/tree/main/base

# using yarn
yarn create next-app@latest --example https://github.com/tiesen243/create-yuki-app/tree/main/base

# using pnpm
pnpx create-next-app@latest --example https://github.com/tiesen243/create-yuki-app/tree/main/base

# using bun
bunx --bun create-next-app@latest --example https://github.com/tiesen243/create-yuki-app/tree/main/base

Create .env file

cp .env.example .env

Start the development server

# using npm
npm run dev

# using yarn
yarn dev

# using pnpm
pnpm dev

# using bun
bun dev

Features

  • TypeScript
  • ESLint
  • Prettier
  • Tailwind CSS

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A anime streaming platform is a user-friendly website where fans can watch their favorite shows and movies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published