Skip to content

keyboy21/nextjs-starter-template

Repository files navigation

logo

Next.js Starter Template

Features

  • 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.

Getting Started

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>

Available Scripts

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.

After Installation Checklist

  • Update package.json with your project details.
  • Update README.md with your project details.
  • Update LICENSE with your name and year.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Next.js starter template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published