html-starter is the base of any CMF MES HTML Graphical User Interface customization project. This repository is meant to be a quick and easy way of getting started with CMF MES GUI customization, by providing a basic structure for the project and all the recommended tooling.
Make sure:
- node@10.x+ and npm@6.x+ are installed;
- You have access to the Critical Manufacturing Setup with the version of the HTML5 you want to customize;
- Pre-install the following npm packages globally:
npm install -g gulp
npm install -g yo
-
Clone this repository into your repository root.
-
Edit the package.json file and replace the name and description of the package.
-
Run:
npm install
This package was developed during the UX-FAB: Universal Experience for Advanced Fabs project.