Resources

The resources folder is a container for all modules, components and utils modules you need. It is separated into two sub-folders which divide the client modules from the modules shared between both the client and the server.

These modules are not automatically required by the framework, which also means that their structure is entirely up to you.

Additionally, there is another division within both of those sub-folders. In their main directory you can store modules you created. There is also a folder named External which is reserved for modules that you import into your project.

It is up to you if you want to follow this structure, it is just something I recommend. The External folder doesn't need to be populated, nor even exist, for the framework to still work.