myxvisual / react-uwp

📱⌨ React Components that Implement Microsoft's UWP Design & Fluent Design.
https://react-uwp.com
MIT License
1.18k stars 78 forks source link

Sample project using Electron-react-bolierplate #42

Open Widus opened 6 years ago

Widus commented 6 years ago

I am trying to use Electron-react-boilerplate with React-UWP. but React-UWP doen't work when I run above project. I cannot find css according to React-UWP component. I found there are differences between Electron-boilder-plate and normal React project. In normal React Project, I can find runtime generated '.css' in index.html, but electron doesn't. How can I add this runtime generated CSS to my index.html? Could you provide a sample project?

Versions