https://github.com/iamwing/mui-module-issue
https://github.com/iamwing/mui-module-issue
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamwing/mui-module-issue
- Owner: iamWing
- License: mit
- Created: 2022-09-10T18:01:44.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-02T03:53:54.000Z (almost 4 years ago)
- Last Synced: 2025-07-17T16:53:48.182Z (11 months ago)
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_PRE_V4.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
to run: run normally as you would the boilerplate
(i.e. yarn run dev -> yarn run start)
new folder: src/components (that is where the MUI button is imported)
the button component is exported and used in src/renderer/App.tsx
no additional installs needed (mui is added as a dependancy in package.json)
change that apparently fixes the issue is commented in webpack cfg file.