0.9.9 • Published 1 year ago

@k-platform/client v0.9.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

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.

Based on