📄️ Quick Start
In this section you will see how to install and set up React Launchkit in your application. If you used the CLI to create your project, you should already have React Launchkit installed and set up.
📄️ Config
This is the minimum configuration required to use Launchkit in your application.
📄️ API Interceptor
This interceptor is used to handle authentication and authorization in your application. It is a wrapper around the axios instance.
📄️ Router
The Router component is used to define the routes in your application. It is a wrapper around the react-router-dom BrowserRouter component and uses the Route component to define the routes.