Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antonio-gg-dev/calculator

A minimalistic Calculator web-app.
https://github.com/antonio-gg-dev/calculator

calculator jest storybook tailwind-css typescript vue

Last synced: 3 days ago
JSON representation

A minimalistic Calculator web-app.

Awesome Lists containing this project

README

        

# 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
```bash
yarn install
```

### Compiles and hot-reloads for development
```bash
yarn dev
```

### Compiles and minifies for production
```bash
yarn build
```

### Run tests
```bash
yarn test
```

### Lints files
```bash
yarn lint
```