Quickly create webapps and websites from the terminal
npx create-modern-app
name default app
npx create-modern-app --name newApp
type website
| webapp
default website
npx create-modern-app --name newApp --type website
website
Creates a Nextjs project with React, Storybook, MUI, Vitest, Playwright, Prettier, ESLint, useweb configured
webapp
Creates a Vite project with React, Storybook, MUI, Firebase, Vitest, Playwright, Prettier, ESLint useweb configured
force default false
If true, it will override existing output folder
npx create-modern-app --force