create-modern-app
v1.5.1
Published
Quickly create modern webapps and websites from the terminal
Downloads
25
Readme
Quickly create webapps and websites from the terminal
Usage
npx create-modern-app
Options
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