项目作者: thomasstep

项目描述 :
Learning how to grow vegetables
高级语言: JavaScript
项目地址: git://github.com/thomasstep/green-things.git
创建时间: 2021-05-07T00:05:04Z
项目社区:https://github.com/thomasstep/green-things

开源协议:

下载


Next.js + Tailwind CSS Example

This example shows how to use Tailwind CSS (v2.1) with Next.js. It follows the steps outlined in the official Tailwind docs.

It uses the new Just-in-Time Mode for Tailwind CSS.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

  1. npx create-next-app --example with-tailwindcss with-tailwindcss-app
  2. # or
  3. yarn create next-app --example with-tailwindcss with-tailwindcss-app

Deploy it to the cloud with Vercel (Documentation).