- api points to the server to contact for each capability
In this example we are contacting the same server (batman.happy-dev.fr) for all our application capabilities. Because we installed the server with this configuration we know it supports all capabilities we need. But we could point each capability to different servers as long as they support it.
If you use a local development server, you should use http://localhost:8000/ instead.
Build the client app
==================
Create your application bundle:
.. code-block:: bash
npm run build
The application bundle is in the dist folder, ready to be deployed everywhere as a static file.
You can serve your application locally (assuming you already have a SIB server setup) to check its behavior: