Skip to content

Create Your First Terminus App

You can learn how to develop a Terminus App using the DevBox through this tutorial.

The tutorial shows how to make a simple Note tool. It demonstrates how to start from scratch and develop a complete Terminus App.

The tutorial includes three parts:

  1. Create an App
    This section provides a step-by-step guide on how to create a Terminus App and set up the initial development environment.

  2. Backend Development
    In this section, you'll learn how to use DevBox's IDE to develop the backend programs in Golang and provide API interfaces for the frontend.

  3. Frontend Development
    In this section, you'll learn how to use DevBox's IDE to develop frontend pages, using NodeJS as an example.