Skip to content

esplo/true-rent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

実質家賃計算機

色々な条件で付与される「ぱっと見で分からない家賃以外の費用」を計算し、実質的な家賃がいくらなのかを計算するツールです。

こちらで公開中 - 実質家賃

Build

Prerequisite

特に意味もなくwasmですので、下記のコマンドでRustとwasm-packをインストールします。

curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

For Development

開発用には下記コマンドで変更を監視します。

cd www
npm start

Rustに変更を加えるたび、下記コマンドでビルドします。

wasm-pack build

http://localhost:8080/ にアクセスすると表示されます。

For Hosting

ビルドします。

cargo build
wasm-pack build
cd www
npm i
npm run build

完了すると、www/distにstaticなファイル群が生成されます。

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published