This project was bootstrapped with Create React App. More features wll be added to this project soon.
|-- src
|-- assets
|-- images
|-- components
|-- BasicUI
|-- AdminLayout
|-- ClientLayout
|-- Card
|-- CustomAlert
|-- CustomTable
|-- Forms
|-- FormInput
|-- FormSelect
|-- FormCheckbox
|-- FormSwitch
|-- FormTextarea
|-- FormRadio
|-- FormDrawer
|-- config
|-- api
|-- Get.js
|-- Post.js
|-- Put.js
|-- Delete.js
|-- constants
|-- api.js
|-- colors.js
|-- index.js
|-- helpers
|-- helper-function-files
|-- query
|-- react-query-files
|-- redux
|-- react-redux-files
|-- routes
|-- index.js
|-- views
|-- admin
|-- Dashboard
|-- Settings
|-- client
|-- Home
|-- Profile
index.css
index.js
git clone https://github.com/Shaxadhere/universal-chakra-dashboard-boilerplate
cd universal-chakra-dashboard-boilerplate
npm install
npm start
Open http://localhost:3000 to view it in your browser.