The originality - less JS more CSS!
The modern, simple and responsive lightweight UI system with library parthly based on Svelte which easier to create high-loaded applications.
S4 - this repo is used as a researching for UI library based on Svelte/TS/SASS also pnpm/Rollup
Clone the repo
git clone https://github.com/am35a/S4.git
Use pnpm to install packages in same folders
from child folders
cd app
pnpm install
cd styles
pnpm install
or root folder
pnpm install
...then Rollup the app to see at localhost:5000:
pnpm app
... and watch styles
pnpm styles