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