🧱 WordPress Blocks. A simple WordPress Plugin to create a simple Gutenberg Block. 📖 Tutorials I watched https://youtu.be/Mv68Sa-iHyo. https://youtube.com/playlist?list=PLriKzYyLb28lHhftzU7Z_DJ32mvLy4KKH. 🐈⬛ GitHub Repositories of the tutorials https://github.com/LearnWebCode/simple-block-boilerplate https://github.com/Alecaddd/gutenberg-tutorial ⚠️ Note: The main Branch of the Repositories only contains the template files! See the other Branches for the right code. 🧑💻 Setup ⏬ Install Node.js In the terminal cd into the plugin directory. Install the necessary npm packages with npm install or npm i Finally run the compiler with npm start, to end it press Ctrl + C. You could also use Babel, I am not using it because I had trouble setting it up.