Blog

Writing about programming, devops, product, and more, in the most unconsistent way. If you're looking for what I'm currently working on, feel free to check my GitHub or on X.

Creating a web application using Yarn workspace, TypeScript, esbuild, React, and Express โ€” advanced

The last part of a step-by-step guide on setting up a fully functional web application using Yarn's workspace, TypeScript, esbuild, React and Express.

Creating a web application using Yarn workspace, TypeScript, esbuild, React, and Express โ€” part 3

The third and final part will finish setting up all the necessary build script with esbuild and to serve your React application.

Creating a web application using Yarn workspace, TypeScript, esbuild, React, and Express โ€” part 2

The second part will focus on creating the code for our React application and setting up the Express server.

Creating a web application using Yarn workspace, TypeScript, esbuild, React, and Express โ€” part 1

The first part will guide you through the creation of the scafold of our application and setting up the environment using Yarn workspace and TypeScript.