Answers for "next start project with typescript"

2

next start project with typescript

npx create-next-app@latest --ts
# or
yarn create next-app --typescript
# or
pnpm create next-app -- --ts
Posted by: Guest on April-18-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language