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 :)
- Host: GitHub
- URL: https://github.com/cristianoliveira/blog-react-tdd-workshop
- Owner: cristianoliveira
- License: mit
- Created: 2018-02-18T16:12:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T20:26:21.000Z (over 7 years ago)
- Last Synced: 2025-01-17T18:00:46.630Z (9 months ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```