Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salahaddin/screenshot
Screenshot test for real state analysis.
https://github.com/salahaddin/screenshot
Last synced: 10 days ago
JSON representation
Screenshot test for real state analysis.
- Host: GitHub
- URL: https://github.com/salahaddin/screenshot
- Owner: SalahAdDin
- Created: 2020-07-03T13:21:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:10:57.000Z (almost 2 years ago)
- Last Synced: 2023-08-02T05:41:54.080Z (over 1 year ago)
- Language: JavaScript
- Size: 4.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Screenshot Machine
This app is composed by two parts:
- Client
- ServerThe client part runs over `3000` port using `npm start` (it is built over *React*).
The server part runs over `9000` port using `node app.js` (it is built over *express*).