https://github.com/caub/2it
Twitter app tech task
https://github.com/caub/2it
react redis sagas twitter-api
Last synced: 3 months ago
JSON representation
Twitter app tech task
- Host: GitHub
- URL: https://github.com/caub/2it
- Owner: caub
- Created: 2017-11-30T09:23:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T10:03:14.000Z (over 8 years ago)
- Last Synced: 2025-01-28T02:11:54.650Z (over 1 year ago)
- Topics: react, redis, sagas, twitter-api
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tech Task
Twitter API, react/redux/redux-sagas
## Run locally
requires to run redis (either a local instance or in docker: `docker run -d --name redis -h localhost -p "6379:6379" --expose 6379 redis:alpine`)
- `npm i` install dependencies
- `npm run build`: build app for production (then run `node server` to start it)
- `npm start` to start app in development mode, browse http://localhost:9000
- `npm test` test app (`npx jest --watch` to run it in watch mode)
## Todos
- browser shims: es-shims or polyfill.io (for Promise, fetch, matchMedia, ..)