1.1.9 • Published 12 months ago

rjs-starter v1.1.9

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

rjs-starter

rjs-starter is a simple tool that helps you quickly set up a React.js folder structure. This package generates a complete React.js project folder structure, so you can start working on your application right away.

Features

  • Generates a full React.js folder structure.
  • Comes with a pre-configured environment.
  • Easy to use with a single command.
  • Automatically installs:
    • React Router for routing.
    • Material UI (MUI) for UI components.
    • Redux for state management.
    • Zustand for lightweight state management.
    • Lodash for utility functions.
    • Axios for making HTTP requests.
    • jwt-decode for handling JWT tokens.

Installation

To use this package, you need to have Node.js installed on your system. You can install the package globally using the following command:

npm install -g rjs-starter

## Usage

Once the package is installed, you can create a new React.js folder structure with React Router, MUI, Redux, Zustand, Lodash, Axios, and jwt-decode pre-installed by running the following command:

```bash
npx rjs-starter

## Repository

For more information, visit the [GitHub repository](https://github.com/Tushar-gola/react-folder-structure.git).
1.1.9

12 months ago

1.1.8

12 months ago

1.1.7

12 months ago

1.1.6

12 months ago

1.1.5

12 months ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago