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

https://github.com/cristianoliveira/blog-react-tdd-workshop

The small blog for my react testing workshop :)
https://github.com/cristianoliveira/blog-react-tdd-workshop

Last synced: 7 months ago
JSON representation

The small blog for my react testing workshop :)

Awesome Lists containing this project

README

          

# The test blog

## Setup
```
npm i && npm run seed
```

## Running
```
# Frontend
npm start

# The api
npm run backend
```

## Testing
```
npm test
```