Installation

Learn how to install and set up Create RX Stack

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-app

This 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 --version

This should display the current version of Create RX Stack.