Git Product home page Git Product logo

inku-d3's Introduction

ntl-badge views stars forks issues license repo-size

Next.js

Next.js Starter Template

A Minimal Next.js Starter Template with TypeScript, Tailwind CSS, and pre-configured with ESLint, Prettier, and Husky.

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
  • ๐Ÿ“ ESLint - The pluggable linting utility for JavaScript and JSX
  • ๐Ÿ›  Prettier - An opinionated code formatter
  • ๐Ÿถ Husky - A tool that makes Git hooks easy
  • ๐Ÿšซ lint-staged - Run linters against staged git files
  • ๐Ÿ“„ commitlint - Lint commit messages
  • ๐Ÿ“ฆ bun - A JavaScript runtime w/ Fast, disk space efficient package manager

Getting Started

bun create next-app -e "https://github.com/rajput-hemant/nextjs-template" <project-name>

npx create-next-app -e "https://github.com/rajput-hemant/nextjs-template" <project-name>

OR

Install degit globally

bun i -g degit || pnpm i -g degit || yarn global add degit || npm i -g degit

Create a new project from this template

degit rajput-hemant/nextjs-template <project-name>
cd <project-name>

Install dependencies

bun i || pnpm i || yarn || npm i

Initialize a new git repository (Optional):

git init
git add .
git commit --no-verify -m "init"

Integrations

Kirimase is a Next.js CLI tool that accelerates full-stack app development. It seamlessly integrates packages like ORM (Prisma or Drizzle), authentication (Auth.js, Clerk, Lucia, Kinde), UI components (Shadcn-UI), payments (Stripe), and email (Resend), following best practices.

To add integrations to your project, run:

kirimase init

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.
preview Builds and serves the app in the production mode.
lint Runs next lint on the project.
type-check Runs TypeScript type checker.
fmt Formats the code with Prettier.
fmt:check Checks if the code is formatted with Prettier.
prepare Installs husky git hooks.

After Installation Checklist

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

Switching Package Manager

This template uses bun as the default package manager. If you want to use pnpm, npm or yarn, you need to remove the bun.lockb file and run pnpm i, npm i or yarn to generate the lock file for the respective package manager.

Deployments

Deploy with Vercel Deploy to Netlify

License

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

Contributors:

Note: It may take up to 24h for the contrib.rocks plugin to update because it's refreshed once a day.

inku-d3's People

Contributors

rajput-hemant avatar renovate[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.