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

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 🤝

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