Description:
react-cli-rt
is a command-line tool designed to streamline the process of creating React applications. It comes preconfigured with essential technologies such as Tailwind CSS and Redux, making it easier for developers to start new projects with a strong foundation.
Key Features:
- Quickly generate new React applications.
- Preconfigured setup with Tailwind CSS and Redux.
- Hassle-free project initialization.
- Hot-reloading for an efficient development experience.
Dependencies:
- Node.js
- React
- Redux
- Tailwind CSS
For one time use of the command, run the following command:
npm i react-cli-rt
To install the command globally, run the following command:
npm install -g react-cli-rt
To create a create react template using:
npx react-cli-rt your-project-name
To install project dependencies:
`pnpm install`
Run project:
pnpm dev