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

- MyProject
        - src
            - main
                - mandarine
                       - app.ts
                - resources
                       - properties.json
                       - templates
 tsconfig.json                 

Last updated