Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 595 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 595 Bytes

🔋 Itay's nextjs-tailwind blog

Next.js + Tailwind CSS + TypeScript

Made by Itay Haephrati

🚀 Quick start

1. Install dependencies

It is encouraged to use yarn so the husky hooks can work properly.

yarn install

2. Run the development server

You can start the server using this command:

yarn dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/pages/index.tsx.