This is a client application, which is an administrative panel for managing a platform-based system @k-platform.
This application is fully customisable and easily extensible. Please navigate to guides folder for read detailed documentations of application and also visit codebase documentations website.
After you have installed and successfully launched the backend of the platform, you can proceed with the installation of the platform client.
npm i command for install all dependenciesnpm run start:example:admin for serve the example admin-applicationThe default settings are in the
examples/admin/src/app/env/env.tsfile, you can change them if you wish.