Skip to content

jeremytenjo/create-modern-app

Repository files navigation

Create Modern App Logo

Create Modern App

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