Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

nextjs with tailwind css and typescript

npx create-next-app@latest --typescript --example with-tailwindcss
//until nextjs 13 is in beta better to use 12.3.2 version
npx create-next-app@12.3.2  --typescript --example with-tailwindcss
 
PREVIOUS NEXT
Tagged: #nextjs #tailwind #css #typescript
ADD COMMENT
Topic
Name
4+8 =