Rishabh Mishra

Dockerizing a React.js app

Learn how to dockerize React single page application. Create development image with auto-reload and lightweight & optimized production image with Nginx setup.

Building REST API with Express, TypeScript - Part 2: Docker Setup

Learn how to dockerize REST API server built with Express and TypeScript. Create a development image with auto restart on code changes and a lean production image with multi-staged build