//normal next app npx create-next-app <my-app> //next app with typescript npx create-next-app <my-app> --ts //and to start it cd my-app npm run dev