https://github.com/codemaster1022/dex_admin_view
https://github.com/codemaster1022/dex_admin_view
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemaster1022/dex_admin_view
- Owner: CodeMaster1022
- Created: 2024-10-05T19:08:11.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2024-11-11T02:57:07.000Z (over 1 year ago)
- Last Synced: 2025-03-01T17:36:10.610Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://dex-admin-view.vercel.app
- Size: 4.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This is seed version of Mantis Theme. Seed is very minimal version of theme. It has just one authentication method with sample page in dashboard. Except mentioned above, all the unreferenced things has been removed. No extra packages, components, apis. Seed has been targeted for users who just need aesthetic and MUI from project, rest they wanted to manage their own like state, api and many other things.
# Getting Started
1. Installation process
- run 'npm install / yarn'
- start dev server run 'npm run start / yarn start'
2. Deployment process
- Goto root directory and open package.json. Update homepage URL to the production URL
- Goto root directory and run 'npm run build / yarn build'