https://github.com/brantburnett/math-boxes
An Angular experiment
https://github.com/brantburnett/math-boxes
Last synced: 3 months ago
JSON representation
An Angular experiment
- Host: GitHub
- URL: https://github.com/brantburnett/math-boxes
- Owner: brantburnett
- Created: 2019-11-28T15:43:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T18:28:37.000Z (4 months ago)
- Last Synced: 2025-01-28T19:33:07.483Z (4 months ago)
- Language: TypeScript
- Size: 14.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MathBoxes
A simple tool for teaching multiplication.
Hosted at [https://brantburnett.github.io/math-boxes/](https://brantburnett.github.io/math-boxes/).
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `npm test` to execute the unit tests via [Jest](https://jestjs.io/).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Cypress](https://www.cypress.io/).