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  


Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20