PaperCalcは、JavaScriptで自動的に「足し算」「引き算」「掛け算」「割り算」などの筆算を行うプログラムです。
小学生3年生以上を対象としたWeb教材です。
- Node.js (includes npm)
npm installCompile JavaScript files to dist/ and copy static assets:
npm run buildRecompile automatically on file changes (JS/TS only; re-run build for asset changes):
npm run watchnpm run typecheckAfter building, serve the dist/ directory with any static file server. For example:
# Using Python (built-in)
python3 -m http.server 8080 --directory dist
# Or using Node.js npx
npx serve distThen open http://localhost:8080 in your browser.
- MIT
- Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com
![[スクリーンショット]](/katahiromz/PaperCalc/raw/main/screenshot.png)