This plugin installs two custom blocks:
- How to Create a Block - Shows the code needed to create a basic block
- Demo Block - Used as an example to reference for basic block architecture
To make edits to the plugin make sure to run the following:
npm install
npm run dev
This plugin accompanies the Gutenberg Development Course from Zac Gordon.
The full course example files can be found in this repo here.