This is a Next.js starter project coming with Preact and Tailwind CSS built-in.
First, run the development server:
npm run dev
# or
yarn dev
Open https://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.
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.