omergulcicek / nextjs-boilerplate-

🚀 Next.js | Tailwind CSS | Recoil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js 13 Boilerplate 🚀

Özellikler

  • Next.js ile Server Side Rendering
  • 💎 Tailwind CSS
  • 🧺 Recoil State Management
  • 💖 Prettier ile kod formatlayıcı
  • 🐶 Git Hookları için Husky
  • 💡 aliases ile bileşenleri @/ kısayolu ile importlamak
  • 🚩 prop-types ile props tip kontrolleri
  • 🤖 SEO uyumlu
  • 🗺️ next-sitemap yardımıyla sitemap.xml ve robots.txt
  • ⚙️ Bundler Analyzer
  • ☕ Sıkıştırılmış HTML & CSS
  • 💨 Kod yazarken anlık yenileme
  • 💯 Lighthouse'ta 100 puan!
  • 💻 Temiz, okunabilir kod
  • 💫 react-icons ikonları
  • 📜 A11Y (Accessibility) uyumluluğu
  • 🕒 day.js ile tarih ve saat formatı
  • ✴️ aos animasyonları

Sürümler

  • React JS 18.2
  • Next.js 13
  • Tailwind CSS 3.2

Başlarken

Yerel ortamınızda aşağıdaki komutu çalıştırın:

git clone --depth=1 https://github.com/omergulcicek/nextjs-boilerplate.git nextjs-boilerplate
cd nextjs-boilerplate
npm install

Ardından geliştirme modunda yerel olarak çalıştırabilirsiniz:

npm run dev

Projenizi görmek için tarayıcınızla http://localhost:3000'i açın.

About

🚀 Next.js | Tailwind CSS | Recoil

License:MIT License


Languages

Language:JavaScript 99.4%Language:CSS 0.6%