For this to work you need to add to your theme functions.php the line of code below. Be aware, you can change your folder name from gutenberg-blocks to whatever you want.
require get_template_directory() . '/gutenberg-boilerplate/index.php';
There are built-in scripts from @wordpress/scripts, you can use them to develop/build your javascript, please view your package.json.