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.
- Run
npm i
command for install all dependencies - Run
npm run start:example:admin
for serve the example admin-application
The default settings are in the
examples/admin/src/app/env/env.ts
file, you can change them if you wish.