https://github.com/elevatebart/calc
https://github.com/elevatebart/calc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elevatebart/calc
- Owner: elevatebart
- Created: 2021-01-26T01:28:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T21:11:18.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T15:36:19.627Z (4 months ago)
- Language: Vue
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MacOS calc clone tested with Cypresss Component Testing
It is wrtten in Vue 3 from the vue cli
## Launch the App
```
yarn serve
```## launch **cypress component testing**
Install using `yarn install`
Make sure you have checked out cypress component testing
Then open cypress using `yarn cy:open` and `yarn cy:run`