complete ui kit for csssr projects
npm install @rispa/ui-kit* User Guide – How to develop apps bootstrapped with Rispa.
The project is organized on the principles of atomic design,
therefore, only atoms and molecules are represented in the plugin, the most basic building blocks of the application.
Development is going around Storybook.
For launch Storybook, run:
``sh`
ris ui sb
After build will be available on http://localhost:9001
ris ui test
`
For launch testing in watch mode, run:
`
ris ui test:watch
``