https://github.com/techmsi/madlib-app
Prototype for madlib app in React
https://github.com/techmsi/madlib-app
react testcafe
Last synced: 12 days ago
JSON representation
Prototype for madlib app in React
- Host: GitHub
- URL: https://github.com/techmsi/madlib-app
- Owner: techmsi
- License: mit
- Created: 2016-08-04T16:07:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T20:47:30.000Z (over 3 years ago)
- Last Synced: 2025-06-20T15:55:18.577Z (10 months ago)
- Topics: react, testcafe
- Language: JavaScript
- Size: 888 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mad lib app
* React app for mad libs game
## Run in production
```bash
npm start
```
## Run while developing
* In one tab
```bash
npm run dev:build
```
* In another tab
```bash
npm start
```
## Test (Front-end)
* In another tab, while the server is running.
```bash
npm run test-fe
```
* This creates `reports/screenshots`
## Screenshots


