Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 1.99 KB

README.md

File metadata and controls

68 lines (40 loc) · 1.99 KB

Next-TS-Tailwind-Starter

Choosing a technology stack is a very subjective matter, if you happen to like using NextJS, Tailwind CSS, Typescript and Shadcn UI and more to build NextJS applications, then give it a try.

Run

yarn
yarn dev

We prefer Yarn as package manager, If you want to use pnpm or npm, feel free to use

Tech Stack

Deploy

Cloudflare Pages is my first option to deploy React App,follow this documentation to deploy your site.

Vercel is a good option too,Go to Vercel and link to your Git Repo

Enjoy building.

Related