This project was generated using Nx (v14.5.10)
- first contact with the tool
-
the projects are expected to use the TypeScript language the shared code from the application, they're placed on the
libs
directory -
the applications, they're placed on the
apps
directory it offers support to have a node.js application, that could be used as the API -
it's possible to have libs as Web Components, React stuff, Angular Stuff or plain TypeScript code
-
it's possible to have frontend apps using Angular or React
-
it's possible to deploy a react lib to the NPM (Publishing React Libraries Made Easy | Nrwl)
-
-
[GitHub] nrwl/nx-azure-build - Example of setting up distributed Azure build for Nx workspace
-
Moving your Azure DevOps build pipelines to your code repository
-
Azure DevOps YAML build for Mono Repository with multiple projects - project example at [GitHub] nikolic-bojan/azure-yaml-build
-
-
React Microfrontends and Monorepos: A Perfect Match | Nrwl - demo | code
-
Running the frontend and backend together, based on the following tweet
nx run-many --target=serve --projects=my-site,api --parallel=true
-
How to fix the Node gyp Error: No Xcode or CLT version detected | Reactgo
- in case when the CLI doesn't work to install the xcode cli tools, you can download it directly from the Apple Developer site (Command Line Tools for Xcode)