3.0.1 • Published 8 years ago
@rispa/ui-kit v3.0.1
Rispa UI-Kit 
- User Guide – How to develop apps bootstrapped with Rispa.
Structure
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
Development is going around Storybook. For launch Storybook, run:
ris ui sbAfter build will be available on http://localhost:9001
Testing
For launch testing, run:
ris ui testFor launch testing in watch mode, run:
ris ui test:watch