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
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
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.