Skip to content

Express is a mature, minimal, and an open source web framework for making web applications and apis.

The @nx/express plugin supports the following package versions.

PackageSupported Versions
express^4.21.2

Nx generators install the latest supported versions automatically when scaffolding new projects.

To create a new workspace with a pre-created Express app, run the following command:

Terminal window
npx create-nx-workspace --preset=express

In any Nx workspace, you can install @nx/express by running the following command:

Terminal window
nx add @nx/express

This will install the correct version of @nx/express.