- 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:
ris ui sb
After build will be available on http://localhost:9001
For launch testing, run:
ris ui test
For launch testing in watch mode, run:
ris ui test:watch