The tutorial project
This project includes numerous explanatory comments, as well as ABOUT.md files explaining key concepts. It consists of an administration interface-type UI. It involves a whole range of technical elements related to Jopi.

The tutorial project
1
Install the tutorial
Installing the template is very simple.
In a terminal, simply run the command bunx jopi init --template tutorial
(or npx jopi init --template tutorial for node.js)
⚠️ It installs the files in the current directory ⚠️
In a terminal, simply run the command bunx jopi init --template tutorial
(or npx jopi init --template tutorial for node.js)
⚠️ It installs the files in the current directory ⚠️
2
README.md
The README.md file in the project root
explains the structure of this tutorial and what each part covers.
explains the structure of this tutorial and what each part covers.
3
Make it your project!
❤️ It's a project organized into reusable modules. ❤️
You can copy and paste them into your own project and save several hours of coding.
mod_errorPages defines the error pages templates.
mod_userAuth enables user authentification, add a simple user store and a login page.
mod_adminLayout defines the structure of the administration site.
Other modules only add pages, which automatically integrate into the administration layout.
You can copy and paste them into your own project and save several hours of coding.
mod_errorPages defines the error pages templates.
mod_userAuth enables user authentification, add a simple user store and a login page.
mod_adminLayout defines the structure of the administration site.
Other modules only add pages, which automatically integrate into the administration layout.
Help with your likes!
You can help the project by
subscribing to the YouTube channel
liking the videos and especially by
giving stars to the project on GitHub.
