https://github.com/codemaster1022/test_amin
https://github.com/codemaster1022/test_amin
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemaster1022/test_amin
- Owner: CodeMaster1022
- Created: 2024-06-06T15:23:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T15:50:16.000Z (about 2 years ago)
- Last Synced: 2025-03-01T17:36:12.195Z (over 1 year ago)
- Language: JavaScript
- Size: 7.3 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'