A simple template for Gutenberg blocks. Has built in environment with @wordpress/env, uses @wordpress/scripts for building assets, as well as linting capabilities.
To start this project, simply run
yarn installthen run the development environment with
yarn startAfter the environment is ready,
yarn devvisit http://localhost:8888/wp-admin/ to access the backend.