Skip to content

Getting Started

Requirements

  • NodeJS (version >= 16) must be installed on your machine.
  • Code Editor - We recommend VS Code.
  • Terminal - ZanobiJS is used through the command line interface (CLI).

Install

1. Download the ZanobiJS CLI

Enter the terminal and enter the following command:

Terminal window
npm install -g @zanobijs/cli
2. Create an application

Now let’s create an application:

Terminal window
zanobijs new nombre_app

If everything goes well in your terminal you will be able to see ”😎 SUCCESS - The application app_name was created correctly”

3. Entering the application

Let’s enter the application folder and install its dependencies:

Terminal window
cd nombre_app
npm install

Congratulations!

You are ready to start developing with ZanobiJS!!! 🥳