An open API service indexing awesome lists of open source software.

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)

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)