https://github.com/mpolinowski/electron-react-app
Electron wrapper for Create-React-App (Carbon Design System)
https://github.com/mpolinowski/electron-react-app
carbon-design-system create-react-app electron-app
Last synced: 2 months ago
JSON representation
Electron wrapper for Create-React-App (Carbon Design System)
- Host: GitHub
- URL: https://github.com/mpolinowski/electron-react-app
- Owner: mpolinowski
- Created: 2021-08-15T15:08:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T06:10:26.000Z (almost 5 years ago)
- Last Synced: 2025-06-11T23:44:56.877Z (12 months ago)
- Topics: carbon-design-system, create-react-app, electron-app
- Language: JavaScript
- Homepage: https://mpolinowski.github.io/devnotes/2021-05-10-carbon-design-react
- Size: 389 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron + Create-React-App
## Carbon Design Process
Following along the official [IBM Tutorial](https://www.carbondesignsystem.com/developing/react-tutorial/overview). Start the React app (preparing the SASS styles takes a long time!):
```bash
npm install
npm start
```
To start the Electron App - first stop the React app then run:
```bash
npm run dev
```
Preparing the SASS styles takes a long time! Don't panic. Get yourself a coffee!
## Documentation
* [Electron@13 and Create-React-App](https://mpolinowski.github.io/devnotes/2021-05-09-electron13-and-react)
* [Carbon Design System in React.js - Part I](https://mpolinowski.github.io/devnotes/2021-05-10-carbon-design-react)