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