A professional Admin & Dashboard template based on Ant design 5 that comes with hundreds of UI components, forms, tables, charts, pages and icons. This template is built using React, Vite, Ant Design Charts, Ant Design Icons and Storybook.
- Customizable: You don't need to be an expert to customize the template. Our code is very readable and well-documented.
- Fully Responsive: With mobile, tablet & desktop support it doesn't matter what device you're using. Antd Dashboard is responsive in all browsers.
- Cross-Browser: Our themes are working perfectly with Chrome, Firefox, Opera, and Edge. We're working hard to support them.
- Clean Code: We strictly follow Ant Design's guidelines to make your integration as easy as possible. All code is handwritten.
- Regular Updates: From time to time you'll receive an update containing new components, improvements, and bug fixes.
This project features all the latest tools and good practices in web development!
- Vite - Next Generation Frontend Tooling
- Ant design - An enterprise-class UI design language and React UI library provides high-quality components.
- Ant design icons - Semantic vector graphics.
View more stacks
- Clone this repo git clone
https://github.com/design-sparx/antd-multipurpose-dashboard.git
- Download from GitHub
You'll need to install Node.js. Once Node.js is installed, run npm install to install the rest of the template's dependencies. All dependencies will be downloaded to the node_modules directory.
View commands
```bash copy npm install ```Now you're ready to modify the source files and generate new files. To automatically detect file changes and start a local webserver at http://localhost:3000, run the following command.
npm run dev
Compile, optimize, minify and uglify all source files to build/
npm run build
Inside the zip file you'll find the following directories and files. Both compiled and minified distribution files, as Inside the zip file, you'll find the following directories and files. Both compiled and minified distribution files and the source files are included in the package.
View file tree
π antd-multi-dashboard/
β£ π .github/ # GitHub's folder configs **
β£ π .husky/ # Husky's folder
β β£ π commit-msg # Commitlint git hook
β β π pre-commit # Lint-staged git hook
β£ π .vscode/ # VSCode's workspace **
β£ π .idea/ # Intellij's webstorm workspace **
β£ π .storybook/ # Storybook folder config **
β£ π public/ # Public folder
β β£ π mocks/ # Mock data folder **
β β£ π showcase/ # Showcase images folder **
β β£ π favicon.ico # Icon tab browser
β£ π src/
β β£ π assets/ # Assets folder **
β β£ π components/ # App Components **
β β£ π constants/ # App Components **
β β β π routes.tsx # All routes declarations **
β β£ π context/ # React state conexts **
β β£ π hooks/ # React Hooks **
β β β π useFetch.ts # Data fetch hook (optional) **
β β£ π layouts/ # Page layouts folder **
β β£ π pages/ # Pages **
β β£ π routes/ # Routes config folder **
β β£ π stories/ # Storybook folder **
β β£ π types/ # Typescript types/interfaces **
β β£ π utils/ # Useful functions folder **
β£ π .editorconfig # Editor config
β£ π .eslintrc # ESLint config
β£ π .gitignore # Git ignore
β£ π .prettierignore # Prettier ignore
β£ π .prettierrc # Prettier ignore
β£ π .versionrc # Versioning config
β£ π .commitlintrc # Commitlint config
β£ π CHANGELOG.md # Changelogs
β£ π CONTRIBUTING.md # Contributing
β£ π LICENSE # License of the project
β£ π vite.config.js # Vite config
β£ π README.md # Main README
β£ π renovate.json # Renovate Bot config **
β£ π tsconfig.json # TypeScript config