@k-platform/client
v0.9.9
Published
Client application, which is an administrative panel for managing a platform-based system @k-platform
Downloads
3
Maintainers
Readme
This is a client application, which is an administrative panel for managing a platform-based system @k-platform.
Documentation
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.
Fast start
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.