MachaOn-C1 Frontend
Introduction
The MachaOn-C1 Frontend is a tailored implementation of the UI Adapter, built upon the robust Mach-B 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 MachaOn-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 MachaOn-C1 Frontend project:
$ git svn clone https://svn.code.sf.net/p/machc/svn/trunk/machaon/containers/machaon-c1/frontend
$ cd frontend
Build
$ npm install
$ npm run build
Local run for test:
$ npm run serve