- Download and install Decoupled Blocks https://www.drupal.org/project/pdb
- Download and install React Custom Libraries https://github.com/tesliker/react_custom_libraries
- Place the block "Card Block" into a region using block layout or any other block manager
- If you would like to customize this block, just run
npm install
inside the react_card root folder. You can compile the JSX with the commandsnpm run build
ornpm run build-dev