tutorial-app
tutorial-app copied to clipboard
This repository is a minimum working example of a web application using Yarn's workspace, TypeScript, esbuild, Express, and React in a monorepo pattern.
tutorial-app
This repository is the result of a tutorial guiding you through setting up a basic web application using Yarn's workspace, TypeScript, esbuild, Express, and React. It also features containerization with Docker, and Continuous Integrations using GitHub Actions to publish Docker images and deploy to Heroku.
Links to articles:
- Setting up the project (part 1)
- Adding code (part 2)
- Building the app (part 3)
- Going further (advanced)
Commands
A few commands for this project:
yarn buildto build the whole application.yarn serveto launch an Express server serving the React application.yarn dockerto create a Docker image.