An open API service indexing awesome lists of open source software.

https://github.com/emiliodeg/collatz-app

Collatz conjecture numbers generator app
https://github.com/emiliodeg/collatz-app

angular collatz-conjecture

Last synced: about 2 months ago
JSON representation

Collatz conjecture numbers generator app

Awesome Lists containing this project

README

          

# collatz-app

Collatz conjecture numbers generator app.

The aim in the little project is learning about Github actions to deploy an Angular app using Collatz generator.

## Local development server

Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change
any of the source files.

## Running unit tests

Run `npm test` to execute the unit tests via [Karma](https://karma-runner.github.io).