Calculator

A minimalistic Calculator web-app.

Stars
2

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
Related Projects