All Projects → DashboardPack → architectui-react-theme-free

DashboardPack / architectui-react-theme-free

Licence: MIT license
ArchitectUI React admin template is a simple yet fully customizable admin dashboard for web apps and other software.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to architectui-react-theme-free

Tabler
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Stars: ✭ 24,611 (+23339.05%)
Mutual labels:  admin-dashboard, adminpanel
admin-dashboard-starter
Easiest admin dashboard app template in the galaxy!
Stars: ✭ 17 (-83.81%)
Mutual labels:  admin-dashboard, adminpanel
boilerplate
Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
Stars: ✭ 167 (+59.05%)
Mutual labels:  admin-dashboard
jakarta-lte
Jakarta LTE - Free and Open Source Premium Admin Templates with rich UI Kit base on Tailwind CSS
Stars: ✭ 139 (+32.38%)
Mutual labels:  admin-dashboard
angular-2-admin
An Angular 2 Admin Dashboard built using the Angular-CLI.
Stars: ✭ 65 (-38.1%)
Mutual labels:  admin-dashboard
forest-express
🧱 Dependency of Express Lianas for Forest Admin
Stars: ✭ 73 (-30.48%)
Mutual labels:  admin-dashboard
TabBlazor
Blazor admin template based on Tabler UI
Stars: ✭ 222 (+111.43%)
Mutual labels:  admin-dashboard
ReactAdmin
An Admin Dashboard Based On ReactJs And Redux
Stars: ✭ 42 (-60%)
Mutual labels:  adminpanel
MeteorCandy-meteor-admin-dashboard-devtool
The Fast, Secure and Scalable Admin Panel / Dashboard for Meteor.js
Stars: ✭ 50 (-52.38%)
Mutual labels:  admin-dashboard
architectui-vue-theme-free
ArchitectUI Vue Lite is a minimal admin dashboard template. It features a simple functionality to get your SaaS admin panel up and running in no-time.
Stars: ✭ 57 (-45.71%)
Mutual labels:  admin-dashboard
tefact
🏭 (Beta) 轻量级无代码/低代码 H5、表单编辑器。Lightweight no-code/low-code editor for website、H5 page and Form. Build your page without code!
Stars: ✭ 244 (+132.38%)
Mutual labels:  admin-dashboard
laravel-admin
Laravel Admin panel with theme , modules ,artisan commands and helper classess.Laravel admin boilerplate with theme and modules
Stars: ✭ 22 (-79.05%)
Mutual labels:  admin-dashboard
morioh
Morioh Responsive Template with Bootstrap 4, HTML5 and Vue.js
Stars: ✭ 119 (+13.33%)
Mutual labels:  admin-dashboard
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (-47.62%)
Mutual labels:  admin-dashboard
vue-quasar-manage
Management system template based on Vue / quasar
Stars: ✭ 171 (+62.86%)
Mutual labels:  admintemplate
vuetify-admin
SPA Admin Framework for Vue.js running on top of REST APIs and built on Vuetify
Stars: ✭ 212 (+101.9%)
Mutual labels:  admin-dashboard
loopple
Drag & drop dashboard builder
Stars: ✭ 180 (+71.43%)
Mutual labels:  admin-dashboard
notus-js
Notus JS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 191 (+81.9%)
Mutual labels:  admin-dashboard
notus-angular
Notus Angular: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 148 (+40.95%)
Mutual labels:  admin-dashboard
titan-starter-website
A Laravel Website and Admin starter project that helps you with the setup.
Stars: ✭ 51 (-51.43%)
Mutual labels:  admin-dashboard

ArchitectUI Bootstrap 5 ReactJS Theme FREE

ArchitectUI ReactJS is a free admin dashboard template based on Bootstrap and React frontend framework. It is easy to install, customiza and use. We have this template available in Vue, jQuery/HTML, Angular and other version. For more awesome admin panels please check DashboardPack.com

Made with love by DashboardPack.com

PRO Version Available here

ArchitectUI ReactJS Preview

ArchitectUI Bootstrap 5 ReactJS Theme FREE

Installation

Download and uncompress the theme package archive in your desired folder location.

Download and install Node.js from nodejs.org/en/download/

Install the latest version of npm. This will be useful when running all the build commands. Run the following in a command line, either your IDE's Terminal window or in a Windows Command Prompt.

npm install --global npm@latest

Install the app dependencies by running the following command in the command line inside the folder root where you have unzipped the theme package archive.

npm install

After npm finishes installing the modules from package.json you can go ahead and start the application. To do so, run the command below.

You can also use yarn to install dependencies instead of npm.

npm run start

After the comand finished, you should see a Compiled successfully! message in your terminal window. Also, a web server service will be started so you can view your app in the browser: http://localhost:3000

Production Build

To create a production optimised build run the command below:

npm run build

This created another folder in the root of your project named build. You'll have an option to start a local web server to view your newly created production build.

serve -s build -l 4000

This will start a local web server on port 4000, on which the production folder (/build/) will be available in your browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].