Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
/ fast-app Public archive

CLI to create an app with a lot of templates

Notifications You must be signed in to change notification settings

juanlatorre/fast-app

Repository files navigation

Welcome to create-fast-app 👋

Version License: MIT Twitter: unnamed_query

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

🤝 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