Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.22 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.22 KB

Getter Hiss Next.js Website

Install

npx create-next-app@latest --typescript

Getting Started

First, run the development server: npm run dev

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

Tailwind

Add Tailwind CSS

Add Tailwind UI

Added @tailwindcss/forms

  • npm install @tailwindcss/forms
// tailwind.config.js
module.exports = {
  // ...
  plugins: [
    // ...
    require('@tailwindcss/forms'),
  ],
};

Setup Relative Paths