Skip to main content

initialization

Demo Application initialization

First we have to start the Demo app to begin this tutorial.

Inside the folder where the platform is installed:

  • 📂 /netuno

In the terminal, run the command to start the Demo application:

./netuno server

If this command doesn't work try:

./netuno server app=demo

Code Editor

Use your code editor of choice.

To develop the application's general code, whether backend or frontend, we recommend free code editors, such as:

Open the application folder in your editor:

  • 📂 apps/demo

Inside this folder contains all the files for the new application and is where all the development takes place.