Skip to content

bonabrian/snxtw

Repository files navigation

Next.js (App Router) + Tailwind CSS + Typescript Starter Template

snxtw
Deploy with Vercel Deploy to Netlify Deploy on Railway

A Next.js (App Router) starter kit template with Tailwind CSS and Typescript

CodeFactor Quality Gate Status Maintainability Rating Bugs Code Smells Duplicated Lines (%)

Features

This repository is πŸ”‹ ⚑ battery packed with:

Getting Started

1. Clone this template using one of these ways:

  1. You can simply click Use this template button on this repository Please be aware that there will be an attribution on your repository. It would be greatly appreciated if you could leave this attribution intact, as it will help others discover and benefit from this template as well. Thank you! πŸ˜„"

    Use as template

  2. Using create-next-app

    npx create-next-app -e https://github.com/bonabrian/snxtw project-name
  3. Using degit

    npx degit bonabrian/snxtw YOUR_APP_NAME

2. After cloning this project, install dependencies

It is encouraged to use yarn so the husky hooks can work properly.

yarn install

3. Run development server

You can start the server using this command:

yarn dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/app/page.tsx.