This is a Next.js project using the modern App Router structure.
First, install all dependencies:
npm iSecond, run the development server:
npm run devThis Starter includes:
- ⚛️ React - A JavaScript library for building user interfaces
- ⚡️ Next.js (App Router) - The React Framework for Production
- 🚦 Next Sitemap - Add a SEO sitemap to your Next.js projects.
- ⚙️ PostCSS — PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values from Can I Use.
- 🧁 TailwindCSS - A utility-first CSS framework packed with classes
- ✨ TypeScript - TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
- 📏 Biome — Find and fix problems in your JavaScript/TypeScript code.
- 🐶 Husky - Husky improves your commits and more 🐶 woof!