- ⚡ Next.js - A React Framework for Production
- 🔥 App Router - It is a new paradigm for building applications using React's latest features.
- 🎨 Tailwind CSS - A Utility-First CSS Framework for Rapid UI Development
- 📦 TypeScript - A typed superset of JavaScript that compiles to plain JavaScript
- 📝 Biome - One toolchain for your web project
- 🌐 next-intl with(shared pathname strategy) - Internationalization for Next.js
Under Construction 🚧
- 🛡️ auth.js (with Credentials) - Authentication for the Web.
bun create "https://github.com/keyboy21/nextjs-starter-template" <project-name>
npx create-next-app -e "https://github.com/keyboy21/nextjs-starter-template" <project-name>
In the project directory, you can run:
Script | Description |
---|---|
dev |
Runs the app in the development mode. |
build |
Builds the app for production to the .next folder. |
start |
Runs the built app in the production mode. |
clean |
Removes the .next dist node_modules folders. |
lint |
Checks if the code is linted with Biome. |
lint:fix |
Runs biome lint on the project to fix errors. |
fmt |
Checks if the code is formatted with Biome. |
fmt:fix |
Formats the code with Biome. |
typecheck |
Runs TypeScript type checker. |
- Update
package.json
with your project details. - Update
README.md
with your project details. - Update
LICENSE
with your name and year.
This project is licensed under the MIT License - see the LICENSE file for details.