- Git clone this repo and access the root dir
- Run
yarn install
to install all packages (Mocha for unit tests) - Run
yarn start
to start the application - Run
yarn test
to test the application
- Decomposes a number into all of its divisors.
- Points which numbers of its divisors are prime numbers.
- Verify if a number is a prime one or not.