Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 324 Bytes

File metadata and controls

9 lines (6 loc) · 324 Bytes

Number-Generator

Web page that generates various sequences such as prime numbers, square numbers, times tables etc.

How to run locally

Clone this repo in your folder of choice and run the command npm i to install node modules.

After node modules have installed run the command npm run start to run the project.