All Projects → kevoj → electron-react-ant-boilerplate

kevoj / electron-react-ant-boilerplate

Licence: MIT license
Electron + Webpack 4 + Babel 7 + React 16 + PostCSS + Sass + Ant Design + Jest + Enzyme + Eslint

Programming Languages

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

Projects that are alternatives of or similar to electron-react-ant-boilerplate

electron-webpack-sample
Sample of Electron & Webpack working together 💜
Stars: ✭ 31 (+10.71%)
Mutual labels:  electron-webpack, electron-webpack-sample
Polyonic
An Electron Ionic application shell for creating Web Apps, Progressive Mobile Web Apps, Native Mobile Apps and Desktop Apps.
Stars: ✭ 187 (+567.86%)
Mutual labels:  electron-application
Electron Tutorial App
An electron application for tutorials
Stars: ✭ 678 (+2321.43%)
Mutual labels:  electron-application
Ytmdesktop
A Desktop App for YouTube Music
Stars: ✭ 1,297 (+4532.14%)
Mutual labels:  electron-application
Electron Progressbar
electron-progressbar provides an easy-to-use and highly customizable API to show and control progress bars on Electron applications.
Stars: ✭ 58 (+107.14%)
Mutual labels:  electron-application
Mook
Markdown editor based on Electron and React
Stars: ✭ 117 (+317.86%)
Mutual labels:  electron-application
Sieve
Sieve Script Editor
Stars: ✭ 452 (+1514.29%)
Mutual labels:  electron-application
Runjs
A JavaScript playground that auto-evaluates as you type
Stars: ✭ 1,266 (+4421.43%)
Mutual labels:  electron-application
Elmctron
Elm meets Electron
Stars: ✭ 86 (+207.14%)
Mutual labels:  electron-application
Vue Objccn
🔥 Use Vue.js to develop a cross-platform full stack application / 用 Vue.js 开发的跨三端应用
Stars: ✭ 1,993 (+7017.86%)
Mutual labels:  electron-application
Desktop
The Wakatime Desktop Application.
Stars: ✭ 58 (+107.14%)
Mutual labels:  electron-application
Zy Player
▶️ 跨平台桌面端视频资源播放器.简洁无广告.免费高颜值. 🎞
Stars: ✭ 10,473 (+37303.57%)
Mutual labels:  electron-application
Toby
A YouTube player for the desktop
Stars: ✭ 136 (+385.71%)
Mutual labels:  electron-application
Bozon
🛠 Command line tool for building, testing and publishing modern Electron applications
Stars: ✭ 687 (+2353.57%)
Mutual labels:  electron-application
Electron Vue Admin
vue electron admin template web: http://panjiachen.github.io/vue-admin-template
Stars: ✭ 2,671 (+9439.29%)
Mutual labels:  electron-application
Electron With Express
A simple app that demonstrates spawning an Express app from Electron
Stars: ✭ 454 (+1521.43%)
Mutual labels:  electron-application
Electron Release Server
A fully featured, self-hosted release server for electron applications, compatible with auto-updater.
Stars: ✭ 1,600 (+5614.29%)
Mutual labels:  electron-application
dooring-electron-lowcode
基于electron的lowcode编辑器桌面端
Stars: ✭ 146 (+421.43%)
Mutual labels:  electron-react
next-osx
一款基于`Electron`框架开发的Mac应用,用于App启动速度`傻瓜式`评测,同时提供了针对Android设备的一些常用操作
Stars: ✭ 14 (-50%)
Mutual labels:  electron-application
Raven Reader
📖 All your articles in one place. Beautiful.
Stars: ✭ 2,040 (+7185.71%)
Mutual labels:  electron-application

electron-react-ant-boilerplate

NPM version GitHub license

Imgur

Features

  • Electron
  • Webpack 4
  • Babel 7
  • React 16
  • ES6
  • PostCSS
  • Sass (Injection by modules and in the traditional way)
  • Ant Design (Global theme based on the Less Ant variables)
  • Jest
  • Enzyme
  • Eslint
  • Hot realod
  • Friendly architecture
  • Export for Mac, Linux, Windows

Table of contents

Install

Clone this repo

git clone https://github.com/kevoj/electron-react-ant-boilerplate.git

Install dependencies

npm install

or

yarn

Usage

Run

npm start

or

yarn start

Build (manual)

npm run build

or

yarn build

Prod (Preview in Production)

npm run prod

or

yarn prod

Build package (Current OS)

npm run package

or

yarn package

Build package (Mac, Linux, Windows)

npm run package:all

or

yarn package:all

Test

npm test

or

yarn test

Docs

npm run docs

or

yarn docs

License

MIT © Leonardo Rico

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].