MyMathFactz is a simple website, made for students to practice multiplication with numbers from 0 to 12.
After cloning the repository, run these commands from the root folder:
cd /clients
npm install
npm start
and from another terminal window:
cd /server
npm install
npm start