- clone the repo:
git@github.com:olehmelnyk/price-calculator.git
- open the cloned repo in VsCode:
code price-calculator
- install dependencies:
npm i
- run app locally:
npm start
- open url in your browser: http://localhost:4200
- start hacking 👨💻
git@github.com:olehmelnyk/price-calculator.git
code price-calculator
npm i
npm start