Skip to content

tiesen243/portfolio

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

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

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

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

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.