The easiest way to create a new Effex app.
npm create-effex-appOr with a project name:
npm create-effex-app my-appWith options:
npm create-effex-app my-app --package-manager bun --database postgresqlA modern full-stack monorepo with:
- Turbo Repo - High-performance monorepo build system
- Next.js - React framework for production
- Prisma - Next-generation ORM with auto-generated Effect services
- Effect-TS - Powerful functional programming library
- Biome with Ultracite - Lightning-fast formatter and linter
--package-manager <bun|pnpm|npm>- Package manager to use (default: bun)--database <postgresql|mysql|sqlite>- Database provider (default: postgresql)--skip-install- Skip dependency installation--skip-git- Skip git initialization--directory <path>- Custom directory for the project