Skip to content

ahmadawais/Gutenberg-Multi-Block-Webpack-ES6

Repository files navigation

[WORK-IN-PROGRESS] Stricly, WIP at the moment. Do NOT use it or announce, share it anywhere until I remove this notice and release it to the public.

Gutenberg-Multi-Block-Webpack-ES6

This is a basic custom Gutenberg block. Files explained below.

Getting Started!

Read the files explained above. All of the files are heavily inline documented. All you have to do is following:

  • Open up your favorite terminal app.
  • Makes sure NodeJS and NPM are installed by running node -v or npm -v to check their versions.
  • Access this directory cd /path/to/gutenberg-boilerplate/block/02-basic-esnext/
  • Install node dependencies by running node install or sudo node install
  • For building the block.js file into block.build.js you can use run npm scripts.
  • To watch and build run npm run dev
  • To build for production run npm run build

About

WORK IN PROGRESS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published