Skip to content

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

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

npx create-nx-workspace --preset=express

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

nx add @nx/express

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