Skip to content

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

License

Notifications You must be signed in to change notification settings

tiesen243/create-yuki-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

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
npx create-next-app@latest --example https://github.com/tiesen243/create-yuki-app/tree/main/full-stack

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

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

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

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 Next.js template with TypeScript, Tailwind CSS, ESLint, Prettier and tRPC.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published