/mymathfactz

Rebuilding the mymathfactz.com website

Primary LanguageJavaScript

MyMathFactz

The Factz Logo

What is MyMathFactz?

MyMathFactz is a simple website, made for students to practice multiplication with numbers from 0 to 12.

Installation

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