Skip to content

celsoalmeida/gutenberg-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gutenberg Blocks Boilerplate

Setup

For this to work you need to add to your theme functions.php the line of code below. Be aware, you can change your folder name from gutenberg-blocks to whatever you want.

require get_template_directory() . '/gutenberg-boilerplate/index.php';

There are built-in scripts from @wordpress/scripts, you can use them to develop/build your javascript, please view your package.json.

About

Boilerplate for Gutenberg (WordPress) customization and a base template for block development.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published