Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

next start project with typescript

npx create-next-app@latest --ts
# or
yarn create next-app --typescript
# or
pnpm create next-app -- --ts
 
PREVIOUS NEXT
Tagged: #start #project #typescript
ADD COMMENT
Topic
Name
7+3 =