View the course on https://javascriptforwp.com/ >>
- Core Gutenberg Architecture
- A High Level Overview of Blocks
- Working with registerBlockType (See this plugin repo for this section)
- HTTP Requests Outside of WordPress
- Example Block Walkthroughs
- Download or fork the course repo
- Install themes and plugins as needed
- Run
npm install
andnpm run dev
to make changes