Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 456 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 456 Bytes

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.