All Projects → wende60 → Electron-Webpack4-React-Sass

wende60 / Electron-Webpack4-React-Sass

Licence: other
Boilerplate for an Electron-app created with Webpack 4, React and Sass.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Electron-Webpack4-React-Sass

mobxSpa
企业级SPA项目,完整开发脚手架
Stars: ✭ 96 (+284%)
Mutual labels:  webpack4
desktop-app-ui2
IVPN Desktop app
Stars: ✭ 19 (-24%)
Mutual labels:  electron-app
tts dataset maker
A gui to help make a text to speech dataset.
Stars: ✭ 20 (-20%)
Mutual labels:  electron-app
MyRPC
Distributed Discord RPC for @ everyone!
Stars: ✭ 14 (-44%)
Mutual labels:  electron-app
clipboard-manager-electron
A clipboard manager built with Electron
Stars: ✭ 92 (+268%)
Mutual labels:  electron-app
Docketeer
An easy-to-use GUI for Docker that allows developers to manage Docker containers and monitor crucial metrics.
Stars: ✭ 431 (+1624%)
Mutual labels:  electron-app
simple react startkit
This is a simple react boilerplate, without complex dependencies(eg. redux or router), this project can help you start the react project in seconds.
Stars: ✭ 109 (+336%)
Mutual labels:  webpack4
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (+280%)
Mutual labels:  webpack4
CemUI
A small launcher for the Cemu WiiU emulator made with Electron. Currently on hiatus, development is currently being focused on Pretendo https://github.com/PretendoNetwork/Pretendo
Stars: ✭ 118 (+372%)
Mutual labels:  electron-app
react-starter-kit
基于webpack4 + ES6/7 + less + React16 + Redux4 + React-Router4 + react-hot-loader4 + antd
Stars: ✭ 27 (+8%)
Mutual labels:  webpack4
React-Whole-barrels
webapck + react + react-router +dva + es6 + less + antd 实现的脚手架 👌👌
Stars: ✭ 23 (-8%)
Mutual labels:  webpack4
StatusPilatus
Monitor your PC like never before!
Stars: ✭ 52 (+108%)
Mutual labels:  electron-app
BiMo
一款跨平台的 Markdown 书写工具
Stars: ✭ 16 (-36%)
Mutual labels:  electron-app
DropPoint
Make drag-and-drop easier using DropPoint. Drag content without having to open side-by-side windows
Stars: ✭ 303 (+1112%)
Mutual labels:  electron-app
windows-terminal-tweaker
Tweak your windows terminal to heart's content with this app using its beautiful interface to configure everything about the terminal.
Stars: ✭ 77 (+208%)
Mutual labels:  electron-app
electron-remote-dashboard
Remote dashboard with a control app
Stars: ✭ 14 (-44%)
Mutual labels:  electron-app
birdskitchen
A Desktop Recipe Manager application using Electron & React.
Stars: ✭ 64 (+156%)
Mutual labels:  electron-app
Darkorbit-client
Open source darkorbit client (cross-platform and with better performance)
Stars: ✭ 59 (+136%)
Mutual labels:  electron-app
y2mp3
An Electron app to download youtube playlist
Stars: ✭ 118 (+372%)
Mutual labels:  electron-app
webcam-glass
Cross-platform tool for making video tutorials and video conferencing, blending the webcam over the screen.
Stars: ✭ 16 (-36%)
Mutual labels:  electron-app

Electron, Webpack 4, React and Sass

Boilerplate for a setup based on Electron, Webpack 4, React and Sass with hot reloading, Babel will transpile ES6, allow arrow functions as class methods and provide a polyfill for async/await.

A css file is created by using mini-css-extract-plugin.

  • npm install -> to unstall all npm modules
  • npm run web -> to test app in a webbrowser (electron main process functionality is not available)
  • npm run electronDebug -> to open electron window with console output
  • npm run electron -> to open electron window without console output
  • npm run bin -> to create app for mac (win and linux are in place, edit package.json)

I tried to keep it simple to inspire you. Feel free to suggest improvements :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].