Run the tests
npm install
npm testRun the "app" in the browser
npm run compile
npm install live-server
live-serverThe tests
- math module with no dependencies
- dom module that uses jquery
- api module that uses fetch
Run the tests
npm install
npm testRun the "app" in the browser
npm run compile
npm install live-server
live-serverThe tests