Skip to content

dominicarrojado/nextjs-typescript-tailwindcss-boilerplate

Repository files navigation

Next.js Boilerplate (TypeScript, TailwindCSS)

CI/CD codecov

A local development setup or boilerplate for Next.js with TypeScript and Tailwind CSS.

Quick Start

  1. Install Yarn.
  2. Clone the app:
git clone git@github.com:dominicarrojado/nextjs-typescript-tailwindcss-boilerplate.git
  1. Install dependencies:
cd nextjs-typescript-tailwindcss-boilerplate
yarn install
  1. Run the development server:
yarn dev
  1. Open http://localhost:3000 to view it in the browser.

Running All Tests

yarn test

Running Tests (Watch)

yarn test:watch

Build For Production (Static)

  1. Build and generate static files:
yarn build
yarn export
  1. The out directory can be served by any static hosting service or CDN.

VSCode Extensions

Learn

Learn how to build this setup or boilerplate here.

About

A local development setup or boilerplate for Next.js with TypeScript and Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published