This is the code practising of plugin extension of WP block editor
- Gutenberg Examples repository
- nodejs
- npm
- @wordpress/scripts
- Webpack and webpack module loaders
- Babel
- React
- Redux
- ESLint
- Run
> npm install --save-dev --save-exact @wordpress/scripts
- Install dependencies: Run
> npm install
- Start development builds: Run
> npm run start
- Create production build: Run
> npm run build
GPL-2.0-only