1.0.3 • Published 1 year ago

react-nexus-kit v1.0.3

Weekly downloads
-
License
MIT License
Repository
-
Last release
1 year ago

Banner with logo

React Nexus Kit

React Nexus Kit (RNK) is an all-in-one solution that brings together a powerful set of React packages and includes prewritten boilerplate code to help you start your project swiftly. It simplifies the setup process by automatically installing a Vite React TypeScript project, complete with essential libraries such as Redux Toolkit for state management, React Router DOM for routing, Tailwind CSS for styling, Axios for API requests, React Helmet for managing metadata, and the Vite SVGR plugin to seamlessly import SVGs as JSX components.

How to use

Install

npm i react-nexus-kit

Initiate

npx init-react-nexus-kit

Run

npm run dev

The following folder structure will be created in the root directory:

root
└── public
    ├── .htaccess
    ├── logo.png
    ├── robots.txt
    └── sitemap.xml
└── src
    └── app
        ├── hooks.ts
        └── store.ts
    └── assets
        ├── logo.png
        └── github.png
     └── components
        ├── Footer.tsx
        └── Navbar.tsx
     └── data
     └── features
        └── error
           └── Error.tsx
        └── home
           └── Home.tsx
     └── hooks
     └── layouts
        └── RootLayout.tsx
     ├── utils
     ├── App.tsx
     ├── index.css
     ├── main.tsx
     ├── types.d.ts
     └── vite-env.d.ts
├── eslintrc.cjs
├── index.html
├── README.md
├── package.json
├── postcss.config.js
├── tailwind.config.js
├── tsconfig.json
├── tsconfig.node.json
├── vite.config.ts
└── .gitignore

Commands

Start

npm run dev

Build

npm build
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.9-np

1 year ago

0.0.8-np

1 year ago

0.0.7-np

1 year ago

0.0.6-np

1 year ago

0.0.5-np

1 year ago

0.0.4-np

1 year ago

0.0.3-np

1 year ago

0.0.2-np

1 year ago

0.0.1-np

1 year ago

0.0.0

1 year ago