Building components with KSS Node
Building components with KSS Node is a great way for building and integrating components with Drupal. Before starting to build components, we need to setup our local environment which involves several front-end tools in addition having Drupal up and running.
The process
As with other systems, there are usually 3 parts when working with components:
- Build the components in the style guide.
- Build the back-end infrastructure for your components (In our case Drupal's content types or paragraphs types).
- Combine/Integrate #1 and #2 to complete the process
Next: Architectre