Web-based system on Angular for a handy rule of three calculator.
Web page based on Angular for a handy rule of three calculator.
Before cloning this repo, I recommend installing the following software:
After cloning the repo, go to the created folder and install the node packages (including Angular CLI at the global level).
git clone https://github.com/NicolasOmar/rule-of-three.git
cd rule-of-three
npm run setup
To run the app as a non-stopping service and start it in a new browser tab
npm start
To run the service only
npm run local
Because I am using GitHub Pages to deploy and host the site, I am maintaining the main
branch only.
Therefore, the following site link sends you to the last pushed and deployed version.
MIT