<h1 align="center">Welcome to create-fast-app 👋</h1>
<p>
  <a href="https://www.npmjs.com/package/create-fast-app" target="_blank">
    <img alt="Version" src="https://img.shields.io/npm/v/create-fast-app.svg">
  </a>
  <a href="#" target="_blank">
    <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
  </a>
  <a href="https://twitter.com/unnamed_query" target="_blank">
    <img alt="Twitter: unnamed_query" src="https://img.shields.io/twitter/follow/unnamed_query.svg?style=social" />
  </a>
</p>

> 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.

```bash
├── 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

```sh
npm install -g create-fast-app
```

## Usage

```sh
npx create-fast-app
```

or

```sh
create-fast-app
```

## Author

👤 **Juan Latorre**

- Twitter: [@unnamed_query](https://twitter.com/unnamed_query)
- Github: [@juanlatorre](https://github.com/juanlatorre)
- LinkedIn: [@juanfranciscolatorre](https://linkedin.com/in/juanfranciscolatorre)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/juanlatorre/fast-app/issues).

## Show your support

Give a ⭐️ if this project helped you!

---

_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
