Warning
create-genezio-app
was deprecated and now integrated in the Genezio CLI as the genezio create
subcommand. Read more about how to use genezio create
to boostrap new projects here.
create-genezio-app
generates project templates that suit your needs, so you can focus on coding the application logic using your favorite programming language.
You are welcome to integrate your own libraries to solve the needs of your application.
- Features
- Getting started
- Documentation
- Getting support
- System requirements
- Troubleshooting
- Contributing
- Ecosystem
- Badge
- License
- 👩💻 Generate a starting project for your backend code in Javascript, Typescript or Dart.
- 🖼️ Generate a starting project for your backend code in React or Flutter.
- 🔨 Integration with
git
to version your code.
To start an application using create-genezio-app
run the following command and answer the command prompt questions:
npx @genezio/create-genezio-app
To see magic happening, you can also deploy your application on a serverless infrastructure using genezio
.
Install genezio
on you machine:
npm install -g genezio
Login into our infrastructure with:
genezio login
Head to the server
directory of your project and run:
cd /<project-directory>/server && genezio deploy
To find more details on how to use genezio
, check out the official documentation:
If you cannot find what you are looking for in the docs, don't hesitate to drop us a GitHub issue or start a discussion on Discord.
We want you to get your project up and running in no-time.
If you find yourself in a pickle using genezio
or create-genezio-app
, drop us a GitHub issue, start a discussion with us on Discord or drop us an email at contact@genezio.io.
genezio
can be installed and used on macOS, Linux-based distributions and Windows.- A version of
node
>= 14.0.0 should be installed on your machine.
For the most common issues that our users have dealt with, we created a Troubleshooting section in the documentation.
If you don't find the guidance there, drop us a GitHub issue. We are more than happy to help you!
Contributions are welcome! Please see our Contributing Guide for more details.
Show your support by giving us a star ⭐, to help others discover genezio
and become part of our community!
There are a growing number of awesome projects deployed with genezio
and we want to shout out about them.
If you deployed a project using genezio
let us know on Discord and we will add it to our Hall Of Fame.
Brag to your friends that you are using genezio
with this awesome badge ->
[![deployed with: genezio](https://img.shields.io/badge/deployed_with-genezio-6742c1.svg?labelColor=62C353&style=flat)](https://github.com/genez-io/genezio)
create-genezio-app
is licensed under GNU General Public License v3.0
. For more information, please refer to LICENSE.