How to install nrwl/nx. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
nrwl/nx Installation Guide
How to install nrwl/nx. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for nrwl/nx. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i nrwl/nxor
Install via npx
npx @hexmos/ipm i nrwl/nxPrerequisites
Node.js
languageVersion: >= 16.0.0
npm
package_managerVersion: 8.14.3
yarn
package_managerVersion: 20.0.0
npm-cli
package_managerVersion: 10.0.0
yarn-global
package_managerVersion: 20.0.0
npm-config
environmentConfigure npm to use the correct Node.js version.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Package Manager (npm/yarn)
npx create-nx-workspacePost Installation Steps
- Open your browser and navigate to http://localhost:4200/ to view the application.
- Run `npm run start` in your terminal to launch the development server.
