Comment on page
Getting Started
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.
Run the following command to login to your account:
genezio login
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
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
Use this command to deploy your fullstack application:
genezio deploy
Once the deployment is successful, a URL link will be provided for you to access the web application.
Next, you can check out the following sections to get more in-depth details on the core features of genezio:
Last modified 1mo ago