Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lbbo/rust-wasm-starter

Empty project for WASM applications with Rust, Typescript, SCSS, and prettier using webpack
https://github.com/lbbo/rust-wasm-starter

Last synced: 4 days ago
JSON representation

Empty project for WASM applications with Rust, Typescript, SCSS, and prettier using webpack

Awesome Lists containing this project

README

        

Welcome to rust-wasm-starter 👋



Version

License: MIT


Twitter: LBBO_

> Empty webpack project for WASM with Rust, TypeScript, SCSS, prettier and other
> useful tools.

Initially, this project was generated with
[this template (`npm init rust-webpack`)](https://github.com/rustwasm/rust-webpack-template).
Afterwards, TypeScript and other tools were added for a more pleasant
development experience.

### ✨ [Demo](http://lbbo.github.io/rust-wasm-starter/)

## Install

```sh
npm install
```

## Usage

```sh
npm run start
```

## Run tests

```sh
npm run test
```

## Author

👤 **Michael Kuckuk**

- Website: http://michaelkuckuk.com
- Twitter: [@LBBO\_](https://twitter.com/LBBO_)
- Github: [@LBBO](https://github.com/LBBO)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check
[issues page](https://github.com/LBBO/rust-wasm-starter/issues).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2021 [Michael Kuckuk](https://github.com/LBBO).
This project
is [MIT](https://github.com/LBBO/rust-wasm-starter/blob/main/LICENSE) licensed.

---

_This README was generated with ❤️ by
[readme-md-generator](https://github.com/kefranabg/readme-md-generator)_