Murshad
The app will be available at http://:8080/dashboard
- Author: alaa-alsalehi
- Repository: https://github.com/alaa-alsalehi/murshad
- GitHub stars: 2
- Forks: 0
- License: NOASSERTION
- Category: Other
- Maintenance: Minimally Maintained
Install Murshad
bench get-app https://github.com/alaa-alsalehi/murshad
Add the Frappe Gems badge to your README
Maintain Murshad? Paste this into your README:
[](https://frappegems.com/gems/apps/alaa-alsalehi/murshad)
About Murshad
My React App
A Frappe app with React frontend
Setup
Install the app on your site:
bench --site install-app my_react_appInstall React dependencies (if not already installed):
cd dashboard && yarn install
Development
Start the React development server:
cd dashboard && yarn devThe app will be available at
http://:8080/dashboardOr use the root package.json:
yarn dev
Building for Production
Build the React app for production:
cd dashboard && yarn build
Or from the root:
yarn build
The built files will be placed in my_react_app/public/dashboard/ and served by Frappe.
Accessing the React App
After building, the React app will be accessible at:
- http:///dashboard
React Frontend Structure
dashboard/- React application directorysrc/- React source filespublic/- Static assetsvite.config.js- Vite configurationproxyOptions.js- Proxy configuration for development
License
MIT
Related Other apps for Frappe & ERPNext
- Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
- Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
- Print Designer — Visual print designer for Frappe / ERPNext
- Ctr — CTR模型代码和学习笔记总结
- Whitelabel — Whitelabel ERPNext
- Fossunited — fossunited.org
- Helm — Helm Chart Repository for Frappe/ERPNext
- Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.