Congratulations!
You are ready to start developing with ZanobiJS!!! 🥳
Enter the terminal and enter the following command:
npm install -g @zanobijs/cli
Now let’s create an application:
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”
Let’s enter the application folder and install its dependencies:
cd nombre_appnpm install
Congratulations!
You are ready to start developing with ZanobiJS!!! 🥳