In this 3hr workshop we will go over some of the basics of working with Gutenberg Block Development
- Local install of WordPress
- Latest Gutenberg Plugin
- Code editor with terminal
- Node & NPM installed
- Themes vs. Plugins
- Setting up a block plugin
registerBlockType()
settings- Static block
- RichText block
- Block with Inspector Controls
- Download repo
- Copy and paste "wcomaha-2018-starter" to /wp-content/plugins
- Activate the plugin
- Open "wcomaha-2018-starter" in your code editor
- Run
npm install
- Run
npm run dev
- Follow along!