Simple React Redux TypeScript example Setup and run locally: yarn install && yarn start Docker support: Create container: docker-compose up -d Acces to running container: docker-compose exec node bash Install dependencies and run app: yarn install && yarn start