Skip to content

A plugin starter for building custom Gutenberg blocks in WordPress

Notifications You must be signed in to change notification settings

micaelenn/gutenberg-custom-blocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gutenberg Custom Blocks

This is a plugin structure for development of custom Gutenberg blocks in WordPress.

Technologies

  • Yarn - Javascript dependency management
  • Webpack - module bundler
  • Sass - for block styles

Usage

  1. Download the zip of this repository and unzip it.
  2. Add the unziped boilerplate in the WordPress Plugin directory and activate it through the WordPress admin.

Getting Started

In a terminal, navigate to the root of the plugin and run yarn to install all needed dependencies to create custom blocks. Use yarn watch to watch files and recompile whenever they change.

About

A plugin starter for building custom Gutenberg blocks in WordPress

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published