Back to Nx

Application Examples

packages/next/docs/application-examples.md

22.7.1261 B
Original Source

Examples

Create app in a nested directory
shell
nx g app apps/nested/myapp
Use a custom Express server
shell
nx g app apps/myapp --custom-server
Use plain JavaScript (not TypeScript)
shell
nx g app apps/myapp --js