Linear Website Rebuild screenshot

Linear Website Rebuild

Author Avatar Theme by Kvaibhav01
Updated: 13 Mar 2023
31 Stars

Using Next.js v13, Tailwind CSS and TypeScript to rebuild Linear website.

Categories

Overview

This article provides an example of how to use Tailwind CSS (v3.2) with Next.js. It follows the steps outlined in the official Tailwind documentation. The article also offers instructions on how to deploy the example using Vercel or preview it live with StackBlitz.

Features

  • Tailwind CSS Integration: This example demonstrates how to integrate Tailwind CSS (v3.2) into a Next.js project.
  • Deployment Options: The article provides instructions on how to deploy the example using Vercel or preview it live with StackBlitz.
  • Bootstrap the Example: The article explains how to use create-next-app with npm, Yarn, or pnpm to quickly bootstrap the example.

Installation

To install and use the Next.js + Tailwind CSS example, follow these steps:

  1. Use the package manager of your choice (npm, Yarn, or pnpm) to execute the following command:
create-next-app
  1. Deploy the example to the cloud using Vercel by following their documentation.

Summary

This article showcases how to integrate Tailwind CSS (v3.2) into a Next.js project. It provides clear instructions on how to bootstrap the example using create-next-app and offers deployment options using Vercel or StackBlitz. This example serves as a useful guide for developers looking to incorporate Tailwind CSS into their Next.js projects.