Comment on page

Getting Started

Step 1 - Install genezio

Use the command below to install genezio:
npm
pnpm
yarn
npm install genezio -g
pnpm add -g genezio
Use the command below to install genezio:
To install the genezio you must have Node version >= 16 and a package manager installed on your working machine.

Step 2 - Login to genezio

Run the following command to login to your account:
genezio login

Step 3 - Clone the getting-started example

Copy this command in your terminal to clone the repository:
TypeScript
JavaScript
git clone https://github.com/Genez-io/genezio-getting-started-typescript
git clone https://github.com/Genez-io/genezio-getting-started-javascript

Step 4 - Go to the project directory

Copy this command in your terminal to go to getting started project folder:
TypeScript
JavaScript
cd ./genezio-getting-started-typescript
cd ./genezio-getting-started-javascript

Step 5 - Deploy your code

Use this command to deploy your fullstack application:
genezio deploy

Step 6 - Test the code and make sure everything works as expected

Once the deployment is successful, a URL link will be provided for you to access the web application.

More details

Next, you can check out the following sections to get more in-depth details on the core features of genezio:
  • Go to Start a new project to create your own project starting from a template.
  • Look into CLI to read the full documentation on how to use genezio.