feat: add docs to main (#1559)
This commit is contained in:
16
docs/developer/develop/tutorial/note/index.md
Normal file
16
docs/developer/develop/tutorial/note/index.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Create Your First Olares App
|
||||
|
||||
You can learn how to develop an Olares app using DevBox through this tutorial.
|
||||
|
||||
The tutorial shows how to make a simple [Note](https://github.com/beclab/olares-app-demo) tool. It demonstrates how to start from scratch and develop a complete Olares App.
|
||||
|
||||
The tutorial includes three parts:
|
||||
|
||||
1. [Create an App](./create.md)<br>
|
||||
This section provides a step-by-step guide on how to create an Olares App and set up the initial development environment.
|
||||
|
||||
2. [Backend Development](./backend.md)<br>
|
||||
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](./frontend.md)<br>
|
||||
In this section, you'll learn how to use DevBox's IDE to develop frontend pages, using `NodeJS` as an example.
|
||||
Reference in New Issue
Block a user