What you need to know?
Our team works on the mobile application, which has a development cycle different than most traditional applications. It is a template, demo, or reference application that is supposed to be cloned or downloaded by other developers. It will help them to quickly start developing e-commerce mobile applications without much knowledge or time.
As you work on the application, you will find that there are two divisions of the application.
-
One is the client code, the code which runs on the services provided by our platform. This code is meant to be simpler and easier to understand than proprietary code.
-
One is the internal or proprietary modules or set of files well-encapsulated so that they are not visible to external developers. These modules can include connectors, remote component logic, etc. Usually, these components would reside in node_modules. This section is covered at BILDIT Mobile SDK