Block Templates Library for the new WordPress Editor, made by GermanThemes.
Please note: This is the latest development version of GT Block Templates. You need Webpack, Babel and Sass in order to run it.
You need Node and NPM to install GT Block Templates.
$ git clone https://github.com/germanthemes/gt-block-templates.git
$ cd gt-block-templates
$ npm install
$ npm start
This runs GT Block Templates in development mode. In order to create production code, run npm run build
.