Project initializer for React and Next.js projects.
npm:
npm create midas-front
pnpm:
pnpm create midas-front
bun:
bun create midas-front
yarn:
yarn create midas-front
You can initialize a project in your current directory by passing .
as the project name.
Use -h
or --help
to see all available options.