23 lines
643 B
Markdown
23 lines
643 B
Markdown
[Express](https://expressjs.com/) is mature, minimal, and an open source web framework for making web applications and
|
|
apis.
|
|
|
|
## Create a New Workspace
|
|
|
|
To create a new workspace with a pre-created Express app, run the following command:
|
|
|
|
```shell
|
|
npx create-nx-workspace --preset=express
|
|
```
|
|
|
|
## Recipes
|
|
|
|
- [Add an Express Application to Your Workspace](/showcase/example-repos/add-express)
|
|
- [Set Up Application Proxies](/recipes/node/application-proxies)
|
|
- [Wait For Tasks To Finish](/recipes/tips-n-tricks/wait-for-tasks)
|
|
|
|
## More Documentation
|
|
|
|
- [Using Jest](/packages/jest)
|
|
- [@nx/js](/packages/js)
|
|
- [Express](https://expressjs.com/)
|