Getting started

Overview

Limitless Admin React is a powerful and versatile web application kit specifically tailored for React developers. With its extensive collection of customizable React components, responsive design, and integration with popular libraries, it provides developers with the necessary tools to create dynamic and visually appealing admin dashboards and web applications. The template supports routing, state management, and offers a developer-friendly structure, making development efficient and maintainable. With its customization options and continuous updates, Limitless Admin React is an excellent choice for building scalable and feature-rich React-based admin interfaces.

Dependencies

Starting from version 1.2.0, Limitless template has used dependency Reactstrap library. Current Bootstrap version used in the template 5.3.3*. Another breaking change is dropped IE support.

Folders structure

├── Admin										
	├── public
		├── favicon.icon
		├── index.html
		├── logo192.png
		├── logo512.png
		├── manifest.json
		└── robots.txt
	├── src
		├── assets
			├── css
			├── fonts
			├── icons
			├── images
			├── scss
				├── _bootstrap
				├── bootstrap_limitless
				├── compile
				├── layout
				├── layouts
				├── shared
				├── utils
				├── variables
				└── vendor
			└── animate.min.css
		├── common
		├── Components
			├── common
			└── constants
		├── helpers
		├── Layouts	
			├── VerticalLayouts
			└── NonAuthLayout
		├── pages
		├── Routes
		├── store
		├── App.css
		├── App.js
		├── App.test.js
		├── config.js
		├── index.css
		├── index.js
		├── logo.svg
		├── reportWebVitals.js
		└── setupTests.js
	├── .env
	├── .gitignore
	├── package-lock.json
	├── package.json
	└── README.md