A Next.js template with TypeScript, Tailwind CSS, ESLint and Prettier.
# 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
cp .env.example .env
# using npm
npm run dev
# using yarn
yarn dev
# using pnpm
pnpm dev
# using bun
bun dev
- TypeScript
- ESLint
- Prettier
- Tailwind CSS
This project is licensed under the MIT License - see the LICENSE file for details.