Client library for defining styling and behavior of client components.
npm i @philippmos/moserblog-styles
npm install
The development build will also publish demo-html-files, that can be used to see styling / scripting in action:
npm run build:dev
To run development mode with a watcher, that triggers a new build every time a file is changed, run:
npm run build:dev:watch
Currently, dist-files needs to be added in source-control. This will be changed soon.