This is a demo built for Mathigon, the textbook of the future.
To run this demo from your Terminal, type:
npm install
to install its dependencies. Run:
npm start
to start the app at localhost:8080 in your browser.
This repository should already have a bundle.js file in it, but you can run:
npm run build
to compile TypeScript to a JavaScript bundle for the app.