Skip to content

erhanbaris/smartcalc-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartCalc

SmartCalc-App

This project is for building and generating SmartCalc web and desktop applications. You can find original smartcalc library source code at here.

Web application

Open web application

Start web application locally

Dependencies:

cargo install basic-http-server
cargo install wasm-bindgen-cli
cargo install wasm-pack
cargo install wasm-gc

For publish:

./build_and_start.sh

Then open http://127.0.0.1:8000/ at your favorite browser.