No description
| .husky | ||
| .vscode | ||
| assets | ||
| buildConfigs | ||
| public | ||
| src | ||
| .eslintrc.js | ||
| .gdignore | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .npmrc | ||
| .prettierrc.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Copyright/Author Dominik Völkel
Boilerplate react HTML and WUI project
This project is a started for some of the main systems inside WUI.
It's not exactly "minimal", you could easily make a UI with just a single .html file and a bit of scripting. The point of this project is to automate
UI testing in games, as well as provide a complete pipeline and testing suite for it. These examples serve that purpose.
The project features:
- linter config
- husky config (lint-staged and sort-package-json)
- jest configuration (automated testing)
- jest debugging setup
The UI
Receiving Data
The UI is very simple. It expects an event for what "balls" or other objects to show in itself and created a delete button for it.
Sending Data
Clicking delete sends a delete event to WUI. Every second a value is "auto-incremented" which also causes an event.