/calculator-cicd

Calculator APP while teaching CI/CD at Refactory Sep2021

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

A calculator running on Node.js for the class of Bootcamp Cohort 008, Refactory in Sep2021.

Installation

$ npm install

Running the app

# production
$ npm run start

# development
$ npm run dev

License

Calculator Project is GPL-3.0 licensed.