Skip to content

itay1313/blog-nextjs

Repository files navigation

🔋 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.