https://github.com/ragingwind/wasm-hnpwa
HNPWA with WebAssembly
https://github.com/ragingwind/wasm-hnpwa
Last synced: about 1 year ago
JSON representation
HNPWA with WebAssembly
- Host: GitHub
- URL: https://github.com/ragingwind/wasm-hnpwa
- Owner: ragingwind
- Created: 2019-06-25T21:58:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-11T01:20:11.000Z (almost 7 years ago)
- Last Synced: 2025-04-09T04:24:55.548Z (about 1 year ago)
- Language: Rust
- Homepage: https://wasm-hnpwa.now.sh/
- Size: 58.6 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-wasm - HackerNews PWA with wasm-bindgen
README
# wasm-hnpwa
> HNPWA with WASM, Warning you, it is still om experimental stage, PoC version for WebAssembly, Rust, wasm-pack, and wasm-bindgen. Application logic fully coded by rust in WASM module not HTML and JS also fetching. This is highly inspired by [wasm-bindgen todomvc example](https://github.com/rustwasm/wasm-bindgen/tree/master/examples/todomvc). also brought some of code and design from the example.

# How to build and run
```sh
$ yarn build
$ npx http-server ./dist
```
# Deployment
This application is running powered by [now](https://zeit.co/now) with static build. Therefore, it might be needed to test the app on live.
```sh
now
```
# License
@ [Jimmy Moon](jimmymoon.dev)