berkayaskin / nesine-case-study

Nesine.com Case Study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app, added with TailwindCSS and TypeScript setup.

πŸ”‹βš‘ What's Included?

  • πŸš€ Next.js 13 (App Router) - React 18
  • ⛓️ TypeScript
  • ✨ TailwindCSS v3 - with base shadcn/ui setup
  • βœ”οΈ toolings for linting, formatting, and conventions configured
    • eslint, prettier, husky, lint-staged, commitlint, commitizen, and standard-version
    • pre-commit, pre-push, commit-msg, prepare-commit-msg hook configured
  • πŸ“± PWA-ready - next-pwa configured, disabled by default, just enable it through next.config.js
  • πŸ”Ž SEO optimization configured - with next-seo and next-sitemap.
    • You'll need to reconfigure or tinker with it to get it right according to your needs, but it's there if you need it.
  • 🎨 basic responsive layout configured
  • πŸ€– Automatic Dependency Update with Renovate
  • 🏎️ Turbo setup

Getting Started

You can either click Use this template button on this repository and clone the repo:

Install packages:

pnpm i

Then, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/app/page.tsx.

References

About

Nesine.com Case Study


Languages

Language:TypeScript 84.5%Language:JavaScript 8.5%Language:CSS 6.1%Language:Shell 0.9%