Installation
Learn how to install and set up Create RX Stack
Command Name Change
The command has been updated from
create-rx-app to create-rx-stack. Please use the new command in all your projects.Requirements
Before installing Create RX Stack, make sure you have the following installed:
- Node.js 16.14.0 or later
- npm 7.0.0 or later, yarn 1.22.0 or later, or pnpm 7.0.0 or later
Installation Methods
You can install Create RX Stack using any of the following methods:
The easiest way to use Create RX Stack is with npx, which comes with npm:
npx create-rx-stack my-appThis will create a new project in the my-app directory without installing the package globally.
Verifying Installation
To verify that Create RX Stack is installed correctly, run:
npx create-rx-stack --versionThis should display the current version of Create RX Stack.
Next Steps
Now that you have Create RX Stack installed, you can: