Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 964 Bytes

File metadata and controls

26 lines (16 loc) · 964 Bytes

nextjs-starter-preact-tailwindcss

This is a Next.js starter project coming with Preact and Tailwind CSS built-in.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Visual Studio Code

From my experience Tailwind CSS works best with stylelint, so you might want to install the following extensions:

Also make sure you locally disable any interfering extensions (i.e. SCSS Formatter) in your workspace.