DEV Community

Cover image for Open Source Admin Dashboard Starter: Ant Design v5, TypeScript, MongoDB
antd-ts-admin
antd-ts-admin

Posted on

Open Source Admin Dashboard Starter: Ant Design v5, TypeScript, MongoDB

antd-ts-admin

https://github.com/hfpp2012copy/antd-ts-admin

logo

An open-source, free, documentation-driven admin dashboard starter for React & Node.js, built with Ant Design v5, TypeScript, Node.js, MongoDB, and a comprehensive backend. It includes robust documentation and video tutorial support.

image
image

You've decided to build an admin dashboard using the antd-ts-admin template. Great choice!

This template is:

  1. fully open-source
  2. completely free to use and distribute
  3. comes with a ton of features out of the box!
  4. focused on free, open-source services, where possible

Features

  • Backend Support(comming soon)
  • Built with Ant Design 4 and ProComponents
  • Comprehensive documentation support for various business functionalities.
  • i18n support.
  • Batch import/export feature.
  • Supports cloud storage with S3 and OSS.

Screenshots

image
image
image
image
image
image
image

Documentation

comming soon

Environment Prepare

Install node_modules:

npm install
Enter fullscreen mode Exit fullscreen mode

or

yarn
Enter fullscreen mode Exit fullscreen mode

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

UMI_APP_API_URL

UMI_APP_APP_NAME

Start project

npm start
Enter fullscreen mode Exit fullscreen mode

Build project

npm run build
Enter fullscreen mode Exit fullscreen mode

Deployment

Supports deployment to Netlify, Vercel, and Cloudflare pages

Find me

twitter
discord

Top comments (0)