Here are some pre-built Gutenberg blocks. You can use them as is or customize each one individually.
To configure the blocks, you need to open a terminal in the root folder and run the following commands:
- npm install

To live code compiling:
- npm run start

If you want simply build your code, use:
- npm run build

To create a block use:
npx @wordpress/create-block todo-list