Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Stormiks/friendlee-digital-test

Repository files navigation

Car leasing calculator

Web application that calculates the monthly payment and the total cost of car leasing.

Requirement

  • Node.JS: ^16.17.1 - Also, the required version is registered in package.json

Terminal commands

Install

  nvm use # run the command before deploying the project
  yarn install # download and install dependencies

Preview application

yarn preview

Launch application for development

yarn dev

Build application

yarn build