https://github.com/cristianoliveira/react-meets-tdd
When React meets TDD 🤝
https://github.com/cristianoliveira/react-meets-tdd
Last synced: 7 months ago
JSON representation
When React meets TDD 🤝
- Host: GitHub
- URL: https://github.com/cristianoliveira/react-meets-tdd
- Owner: cristianoliveira
- License: mit
- Created: 2018-02-17T15:05:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T08:44:49.000Z (about 5 years ago)
- Last Synced: 2025-01-17T18:00:43.103Z (9 months ago)
- Language: JavaScript
- Homepage: https://cristianoliveira.github.io/react-meets-tdd/
- Size: 28 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# When React meets TDD 🤝
https://cristianoliveira.github.io/react-meets-tdd
A talk about unit testing UI using Test Driven Development approach.
Video:
https://www.youtube.com/watch?v=GM7r2MetrV8## Setup
```
npm i
```## Running
```
npm start
```Then you can access http://localhost:9000