create-fast-app
v0.4.1
Published
A cli app to create a new project with a lot of templates
Downloads
3
Readme
A cli app to create a new project with a lot of templates.
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
Install
npm install -g create-fast-app
Usage
npx create-fast-app
or
create-fast-app
Author
👤 Juan Latorre
- Twitter: @unnamed_query
- Github: @juanlatorre
- LinkedIn: @juanfranciscolatorre
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator