项目作者: NicolasOmar

项目描述 :
Web-based system on Angular for a handy rule of three calculator.
高级语言: TypeScript
项目地址: git://github.com/NicolasOmar/rule-of-three.git
创建时间: 2020-11-18T21:28:13Z
项目社区:https://github.com/NicolasOmar/rule-of-three

开源协议:MIT License

下载


" class="reference-link">Rule Of Three RuleOfThree version RuleOfThree coverage

Web page based on Angular for a handy rule of three calculator.

What do I need?

Before cloning this repo, I recommend installing the following software:

  • Node >=12.16.1 to install packages
  • Angular CLI to run Angular specific commands

Setup

After cloning the repo, go to the created folder and install the node packages (including Angular CLI at the global level).

  1. git clone https://github.com/NicolasOmar/rule-of-three.git
  2. cd rule-of-three
  3. npm run setup

How to run it

To run the app as a non-stopping service and start it in a new browser tab

  1. npm start

To run the service only

  1. npm run local

Branches and Environments

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.

License

MIT