Skip to content

antonio-gg-dev/Calculator

Repository files navigation

Calculator

The objective of this project is to practice using Vue, TypeScript, Jest, Storybook, TailwindCSS..., developing with TDD first the Calculator service and later connecting it to the GUI.

Project setup

yarn install

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

Run tests

yarn test

Lints files

yarn lint