Twitter API, react/redux/redux-sagas
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 iinstall dependenciesnpm run build: build app for production (then runnode serverto start it)npm startto start app in development mode, browse http://localhost:9000npm testtest app (npx jest --watchto run it in watch mode)
- browser shims: es-shims or polyfill.io (for Promise, fetch, matchMedia, ..)