Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 451 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 451 Bytes

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