Use TypeScript, TailwindCSS & Sass to quick start your new Next.js app!!
This Starter includes
- ⚡️ Next.js 15 - The React Framework for Production
- ⚛️ React 19 - A JavaScript library for building user interfaces
- 🧪 Vitest - Vitest Next Generation Testing Framework
- 🧁 TailwindCSS v3 - 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.
- 🎉 Sass - Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.
- 📏 ESLint v9 — Find and fix problems in your JavaScript code.
- 🦋 Prettier — An opinionated code formatter.
- 🐶 Husky - Husky improves your commits and more 🐶 woof!
- 🐶 Lint Staged — Run linters against staged git files and don't let 💩 slip into your code base!
- 🔎 Bundle Analyzer — Analyze your project to see what bundles are too big!
The rest of the Starter is based off of the Next.js default starter.
Run the following command to create a new project with this Starter:
yarn create next-app my-app -e https://github.com/MikevPeeren/next-typescript-tailwindcss-sass-starter
# or
npx create-next-app my-app -e https://github.com/MikevPeeren/next-typescript-tailwindcss-sass-starter
Once the project and dependencies are finished installing, you can navigate to that directory and start up the development server with:
yarn dev
# or
npm run dev
Open http://localhost:3000 with your browser to see your new project!
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!