imRHB / next-ts-starter

Next JS (TypeScript) starter template!

Home Page:https://template.next-ts.rhbabu.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next JS (TypeScript) Starter Template

This repository is a GitHub starter template that provides a solid foundation for building modern web applications using Next.js (TypeScript), React, and Tailwind CSS. It includes the essential setup and configurations to get you up and running quickly.

Additionally, the template includes Prettier and ESLint configurations to ensure code quality and consistency. Prettier is configured to format your code automatically, while ESLint helps you identify and fix potential issues in your JavaScript codebase. This setup ensures that your project adheres to best practices and maintains a clean, readable code style.

Getting Started

1. Clone the repository:

git clone https://github.com/imRHB/next-ts-starter

2. Navigate to next-ts-starter project:

cd next-ts-starter

3. Install dependencies:

npm install

4. Run the development server:

npm run dev

Open http://localhost:3000 in your browser to see your application in action or check your terminal and follow the instructions.

About

Next JS (TypeScript) starter template!

https://template.next-ts.rhbabu.dev/


Languages

Language:TypeScript 95.9%Language:JavaScript 3.3%Language:CSS 0.8%