Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lbbo/rust-wasm-starter
- Owner: LBBO
- License: mit
- Created: 2021-04-20T09:56:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T19:45:14.000Z (over 3 years ago)
- Last Synced: 2023-02-28T00:05:31.805Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://lbbo.github.io/rust-wasm-starter/
- Size: 490 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to rust-wasm-starter 👋
> 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)_