Sift the Two's and Sift the Three's: The Sieve of Eratosthenes. When the multiples sublime, The numbers that remain are Prime. Wikipedia.
-
Clone the repository
git clone https://github.com/InnocentRoot/SieveOfEratosthenes
. -
Install dependencies
cd SieveOfEratosthenes && yarn install
-
Run
yarn run dev