Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 516 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 516 Bytes

This is a dynamic gutenberg block example.

Below you will find some information on how to run scripts.

👉 npm start

  • Use to compile and run the block in development mode.
  • Watches for any changes and reports back any errors in your code.

👉 npm run build

  • Use to build production code for your block inside dist folder.
  • Runs once and reports back the gzip file sizes of the produced code.

Feel free to tweet and say 👋 at me @SalimSerdar