Mandarine Project Structure
Mandarine has a default project structure where your back-end side files and front-end side files (Such as templates) will be located. It is not necessary to follow the recommended structure, although, certain files & folders are necessary for Mandarine to work such as:
./src/main/resources/properties.json
Where your application's properties are located. See more here
The recommended structure is the following
/src/main/mandarine/app.ts
/src/main/resources/properties.json
Last updated