my-plugin
Gutenberg boilerplate. Have at it!
Getting started
Run the following commands:
npm install
and install all dependencies of Gutenberg block development
and npm run dev
to start auto-compiling every change that's being made in the /Blocks folder.
Have fun!