A cli app to create a new project with a lot of templates.
All Node.js templates include a TypeScript version.
All Node.js Backend templates include Prisma as the ORM.
├── Frontend
│ ├── React
│ │ ├── Next.js
│ │ ├── Remix
│ │ ├── Create React App
│ ├── Vue.js (Not yet supported)
│ └── Angular (Not yet supported)
├── Backend
│ ├── Node.js
│ │ ├── GraphQL
│ │ ├── REST
│ │ ├── gRPC (Coming soon)
│ └── Golang (Not yet supported)
│ │ ├── GraphQL
│ │ ├── REST
│ │ ├── gRPC
├── Mobile (Not yet supported)
│ ├── React Native
│ │ ├── Expo
│ │ ├── CLI
│ └── Flutter
npm install -g create-fast-app
npx create-fast-app
or
create-fast-app
👤 Juan Latorre
- Twitter: @unnamed_query
- Github: @juanlatorre
- LinkedIn: @juanfranciscolatorre
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator