nextjs - command to create a starter app
We can create a starter app by using the following command in nextjs. Pretty handy and still can be use - I know createapp will also be decommission soon.
npx create-next-app@latest my-app --typescript
We can create a starter app by using the following command in nextjs. Pretty handy and still can be use - I know createapp will also be decommission soon.
npx create-next-app@latest my-app --typescript
Comments