📄️ Intro
Here you will find information about the Front-End of Spec-Up-T: the CSS and JavaScript that executes in the browser.
📄️ Adding client-side functionality
Client-side JavaScript and CSS can be found in these directories: /assets/js and /assets/css.
📄️ The index.html file
Your specification is just one file, an index.html file. Keeping this file as small as possible should be a priority when adding functionality. There is no lazy loading or optimization. It is basic HTML plus embedded CSS and JS.
📄️ External code, libraries etc
The external code, like front-end libraries (plugins, packages, or whatever you want to call them) are not loaded via npm but stored as local files and incorporated into the index.html: