https://github.com/glebcha/online-cameras
List of random online cameras fetched from open apis
https://github.com/glebcha/online-cameras
jest react react-boilerplate redux redux-api-middleware
Last synced: 2 days ago
JSON representation
List of random online cameras fetched from open apis
- Host: GitHub
- URL: https://github.com/glebcha/online-cameras
- Owner: glebcha
- Created: 2017-02-21T17:41:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T17:42:36.000Z (over 8 years ago)
- Last Synced: 2025-02-22T20:17:28.513Z (4 months ago)
- Topics: jest, react, react-boilerplate, redux, redux-api-middleware
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Cameras
This app can fetch cameras from open Ivideon api.
Built with:
- React/Redux
- Self-made grid with mixins and variables in LESS
- react-redux-api-middleware
- BDD in mind### Preparing
Make sure to `npm i` and check for latest node version (>=6)
### Running
>"start": "NODE_ENV=development webpack-dashboard -c blue -- node app-server.js"
"start-win": "set NODE_ENV=development&& webpack-dashboard -- node app-server.js"Run dev mode with webpack dashboard in console (start-win is for Windows)
>"start-basic-win": "set NODE_ENV=development&& node app-server.js"
Run dev mode without webpack dashboard in console for Windows
>"build": "NODE_ENV=production webpack --config webpack.config.babel.js"
"build-win": "set NODE_ENV=production&& webpack --config webpack.config.babel.js"Build application
>"test": "NODE_ENV=test jest"
Run tests (actions+helpers)