https://github.com/ooddaa/reference_form
https://github.com/ooddaa/reference_form
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ooddaa/reference_form
- Owner: ooddaa
- Created: 2022-06-13T18:04:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T22:07:13.000Z (about 4 years ago)
- Last Synced: 2025-06-18T06:07:43.285Z (about 1 year ago)
- Language: JavaScript
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# It is a Create-React-App setup
install dependencies
````
npm i
````
* Cypress might ask to allow legacy dependencies
````
npm i -D --legacy-peer-deps
````
run tests
````
npx cypress open-ct
````
🙌