Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinbatdorf/gutenberg-rust-starter
Gutenberg + Rust + TypeScript
https://github.com/kevinbatdorf/gutenberg-rust-starter
gutenberg-blocks rust-lang typescript wasm wasm-pack
Last synced: about 2 months ago
JSON representation
Gutenberg + Rust + TypeScript
- Host: GitHub
- URL: https://github.com/kevinbatdorf/gutenberg-rust-starter
- Owner: KevinBatdorf
- License: gpl-2.0
- Created: 2022-02-27T03:44:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T06:06:08.000Z (2 months ago)
- Last Synced: 2024-10-19T08:28:43.105Z (2 months ago)
- Topics: gutenberg-blocks, rust-lang, typescript, wasm, wasm-pack
- Language: JavaScript
- Homepage:
- Size: 4.83 MB
- Stars: 40
- Watchers: 4
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Gutenberg + Rust + TypeScript
This is a minimum block plugin template to rapidly get started building WP blocks using Rust + TypeScript.
- Follow me on Twitter: https://twitter.com/kevinbatdorf
- Sponsor this package: https://github.com/sponsors/KevinBatdorf/### Getting Started
- Run `npm install` to install necessary packages
- Run `npm run rename ` to rename from rust-starter.
- Run `npm run start` to start the dev server
- Run `cypress open` to run interactive tests[Latest Build](https://github.com/KevinBatdorf/gutenberg-rust-starter/actions/runs/11606952269)