Answers for "create next app manually"

5

create next app

npx create-next-app my-app
Posted by: Guest on November-09-2020
0

create next app command

npx create-next-app
if you are using yarn:
yarn create next-app

if you are using typescript just append the --ts or the --typescript flag to the command shown
Posted by: Guest on June-20-2021

Browse Popular Code Answers by Language