Vanilla JS es6 modules. Vanilla CSS. Playwright tests.
- Clone the repository
- Make sure the backend is running.
- Serve this directory over HTTP(S).
- Open
index.htmlin your browser. - Login with the demo account 'sample' password 'sosecret'
This front end doesn't have a build step. It's just a collection of js modules that interact with the backend api via an apiService module. The entry point is index.mjs and this is SPA style, so there's just one html file.