@ben - Thank you for your explanation regarding the file structure & framework system. It gave me a much better understanding of how Wappler does things.
I looked at ‘Building SPA pages with NodeJS’ and it is a wonderful starter project geared towards a simple website, unfortunately doesn’t fit my needs.
@sid Thank you for your explanation of how Wappler deals with NodeJS & the Server models.
I may be way off in terms of my design but here is what I’m trying to accomplish…
Build an SPA
-
Home Page (Layout Page) - holds the Menu System consisting of Top Navbar AND a collapsible Side Menu Bar which doesn’t collapse completely and doesn’t act like Bootstrap’s OffCanvas but more like Google’s Drawer.
-
Home Page displays Navbars with different Options based on Login Status. if a User is not logged in. The Home Page redirects them to a Login Page.
-
Home Page displays Navbars/Sidebar AND Content page based on User Role of the Logged In User only.
-
Should be done in Bootstrap 5 (Although I would’ve preferred to use Material-Ui).
A great example of what I’m trying to do was done by @AdrianoLuiz in his Fleet and logistics control site except he has used a template system (Vuexy I believe).
I think if I can accomplish the above, I can move past my hurdles in Wappler and be able to create many wonderful things! (until the next mountain of course).
Thank you,
Ken