MachcOn-C1 Frontend
Overview
The MachcOn-C1 Frontend is a tailored implementation of the UI Adapter, built upon the robust Machb Front project libraries. These libraries serve as the foundation for creating a scalable and customizable user interface.
This frontend has been specifically customized to meet the special requirements of the MachcOn-C1 project, ensuring seamless interaction between the following components:
- Frontend UI: Delivering an intuitive and responsive user experience.
- JWT Authentication: Securing user access using JSON Web Tokens.
The integration of these technologies enables a highly modular and secure frontend solution tailored for modern web applications.
Getting Started
Clone MachcOn-C1 Frontend project:
$ git svn clone https://sourceforge.net/p/machc/svn/HEAD/tree/trunk/machaon/containers/machaon-c1/frontend
$ cd frontend
Build
$ npm install
$ npm run build
Local run for test:
$ npm run serve