Skip to content

nickemma/nextjs-tailwind-starter

Repository files navigation

Next.js + Typescript + Tailwind CSS Starter

A starter template for building web applications with Next.js, Tailwind CSS, and TypeScript. This template includes a preconfigured development environment, as well as a basic set of components and layout styles to get you started.

welcome-screen

Features

  • Next.js 13 (with SSR, automatic code splitting, and optimized performance)
  • Tailwind CSS 3.2.4 (with support for custom configuration and purging)
  • TypeScript 4.8.2 (with type checking and linting configured)

To use this template, you will need to have the following tools installed on your system:

  • Node.js: Node.js is a JavaScript runtime that is used to run the development server and build the application. This template requires Node.js version 14 or higher.

  • Yarn: Yarn is a package manager for Node.js packages. This template uses Yarn to manage dependencies and run scripts.

Installation

  1. Clone this repository:
git clone https://github.com/nickemma/nextjs-tailwind-starter.git
  1. Navigate to the project directory:
cd nextjs-tailwind-starter
  1. Install dependencies:
npm install
yarn install
  1. Start the development server:
yarn run dev
npm run dev

This will start the development server and open a new browser window with the application running. As you make changes to the code, the application will automatically reload to reflect those changes.

License

This template is licensed under the MIT License. See the LICENSE file for details.

About

A starter template for building web applications with Next.js, Tailwind CSS, and TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published