create-pfp-app
v0.1.3
Published
Creates fullstack monorepo based on React + Express
Maintainers
Readme
create-pfp-app
The fastest way to create a powerful full-stack TypeScript monorepo.
✨ What you get
- Monorepo architecture with pnpm workspaces
- React 18 + TypeScript (with mobile/desktop support)
- Express + TypeScript backend
- Shared library with perfect type-safety (dual build: ESM for client + CJS for server)
- Advanced Widget + Resolver system (powerful alternative to tRPC + TanStack Query)
- Automatic device detection + separate bundles for mobile and desktop
- Modern Webpack 5 configuration
- TypeScript, ESLint (flat config), Prettier, Husky, Jest
- Swagger UI out of the box
- Documentation out of the box
Perfect for complex admin panels, internal tools, dashboards, and production-grade applications where you need maximum control and type safety.
🚀 Quick Start
npx create-pfp-app
// or
pnpm create pfp-app