# web-component
Rust crate for creating WebComponents
# Installation
```bash
cargo install cargo-web-component --git https://github.com/sensorial-systems/web-component
```
# Usage
```bash
cargo web-component new my-project
cd my-project
cargo web-component serve
```