That is a Complex plane simulator Created for education purpose
Tech requrments for start a project
- Installed node.js (https://nodejs.org/uk/)
- Browser
- Installed git cli ( for download this repo ) (https://git-scm.com/)
Start instruction
- Clone this repo with
git clone https://github.com/SawingJeracsus/complex
- Go to repo directory
cd ./complex
- Install dependecies
npm install
- Run project
npm start
- Open project in Browser. Just open with browser this link
http://localhost:9000