Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teamkomuhn/wordpress-block

A simple WordPress Plugin to create a simple custom Gutenberg Block.
https://github.com/teamkomuhn/wordpress-block

block blocks guttenberg javascript js jsx php react wordpress wordpress-block wordpress-blocks wordpress-plugin wordpress-site wp wp-block wp-plugin wp-site

Last synced: about 1 month ago
JSON representation

A simple WordPress Plugin to create a simple custom Gutenberg Block.

Awesome Lists containing this project

README

        

# 🧱 WordPress Blocks.

A simple WordPress Plugin to create a simple Gutenberg Block.

---

## 📖 Tutorials I watched

1. https://youtu.be/Mv68Sa-iHyo.
2. https://youtube.com/playlist?list=PLriKzYyLb28lHhftzU7Z_DJ32mvLy4KKH.

### 🐈‍⬛ GitHub Repositories of the tutorials

1. https://github.com/LearnWebCode/simple-block-boilerplate
1. 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](https://nodejs.org/)
- 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](https://babeljs.io/), I am not using it because I had trouble setting it up.