rjs-starter
v1.1.9
Published
A CLI tool for setting up React JS folder structures
Downloads
21
Maintainers
Readme
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).