Skip to content

The NextJS template with TypeScript, and tailwindcss for scaffolding your project.

Notifications You must be signed in to change notification settings

owlsome-official/next-tailwind-ts

Repository files navigation

🔺 next-tailwind-ts 🔺

📘 About

The Next.js template with TypeScript, and Tailwind CSS for scaffolding your project.

📝 Table of Contents

📦 Template contains

  • React 19.x
  • Next.js 15.x
  • Tailwind CSS 3.x
  • TypeScript 5.x

💎 Pre-loaded dependencies

yarn create next-app next-tailwind-ts
yarn add axios react-loading-randomizable

📝 Versions (Last 2 Minor Version)

v0.4.0 - 2024-11-12

  • Upgraded to ✨ Next.js 15 come with React 19 ✨
  • Updated dependencies
  • Refactored on code structure

v0.3.1 - 2024-09-20

  • Fixed known vulnerabilities
  • Updated dependencies

v0.3.0 - 2024-09-04

  • Added supported cacheHandler with Redis for scalable infrastructure
  • Added Prettier configuration files
  • Updated Docker and dockerignore
  • Fixed known vulnerabilities via npx yarn-audit-fix

Version History

... more

📌 Get Started

  1. Initialized (don't forget to rename my-project)

    npx degit owlsome-official/next-tailwind-ts#main my-project
  2. Go to project folder

    cd my-project
  3. Set up dependencies

    yarn
  4. Run!

    yarn dev

Want some more ?

  • ✨ Recommended - shadcn/ui

    A beauty and powerful UI Components, get started with it shadcn/ui.

  • more Next.js?

    see Next.js Doc

🌈 Next.js Template – Made with ❤️ by Watsize 🌈