All Projects → nirgn975 → Elmctron

nirgn975 / Elmctron

Licence: isc
Elm meets Electron

Programming Languages

elm
856 projects

Projects that are alternatives of or similar to Elmctron

Javascript Todo List Tutorial
✅ A step-by-step complete beginner example/tutorial for building a Todo List App (TodoMVC) from scratch in JavaScript following Test Driven Development (TDD) best practice. 🌱
Stars: ✭ 212 (+146.51%)
Mutual labels:  elm-architecture, todomvc
Egghead react todo app course
Source code for eggheadio Build Your First Production Quality React App course
Stars: ✭ 64 (-25.58%)
Mutual labels:  todomvc
Tanok
Elm Architecture-inspired wrapper for Rx.js+React
Stars: ✭ 22 (-74.42%)
Mutual labels:  elm-architecture
Deep Microservices Todomvc
Todo Microservice is built on top of DEEP Framework using Microservices Architecture
Stars: ✭ 44 (-48.84%)
Mutual labels:  todomvc
Fibos Todomvc
Todo DApp for FIBOS blockchain by React and fibos.js
Stars: ✭ 12 (-86.05%)
Mutual labels:  todomvc
Concur Static
Generate semi-dynamic UIs with Concur
Stars: ✭ 55 (-36.05%)
Mutual labels:  elm-architecture
Electron Tutorial App
An electron application for tutorials
Stars: ✭ 678 (+688.37%)
Mutual labels:  electron-application
Zy Player
▶️ 跨平台桌面端视频资源播放器.简洁无广告.免费高颜值. 🎞
Stars: ✭ 10,473 (+12077.91%)
Mutual labels:  electron-application
React Redux Typescript Boilerplate
A bare minimum frontend boilerplate with React 16, Typescript 3 and Webpack 4
Stars: ✭ 1,100 (+1179.07%)
Mutual labels:  todomvc
Todomvc Wasm
A TODO MVC implementation using web-sys to make WASM
Stars: ✭ 44 (-48.84%)
Mutual labels:  todomvc
Extending Tea
Example of an extension to The Elm Architecture
Stars: ✭ 30 (-65.12%)
Mutual labels:  elm-architecture
Todomvc Mithril
TodoMVC app using Mithril.js with CoffeeScript and Brunch
Stars: ✭ 15 (-82.56%)
Mutual labels:  todomvc
Electron Progressbar
electron-progressbar provides an easy-to-use and highly customizable API to show and control progress bars on Electron applications.
Stars: ✭ 58 (-32.56%)
Mutual labels:  electron-application
Corerender
Moved to https://github.com/alexdrone/Render
Stars: ✭ 25 (-70.93%)
Mutual labels:  elm-architecture
Phoenix Todo List Tutorial
✅ Complete beginners tutorial building a todo list from scratch in Phoenix 1.5.3 (latest)
Stars: ✭ 65 (-24.42%)
Mutual labels:  todomvc
Bozon
🛠 Command line tool for building, testing and publishing modern Electron applications
Stars: ✭ 687 (+698.84%)
Mutual labels:  electron-application
Simple Todo With React And
📝 a simple react demo to learn flux/reflux/redux
Stars: ✭ 29 (-66.28%)
Mutual labels:  todomvc
Purescript React Basic Todomvc
TodoMVC with purescript-react-basic
Stars: ✭ 47 (-45.35%)
Mutual labels:  todomvc
Runjs
A JavaScript playground that auto-evaluates as you type
Stars: ✭ 1,266 (+1372.09%)
Mutual labels:  electron-application
Lepton
💻 Democratizing Snippet Management (macOS/Win/Linux)
Stars: ✭ 9,067 (+10443.02%)
Mutual labels:  electron-application

Elmctron

license Donate

TodoMVC app written in Elm and using Electron.

What you get

  • SCSS is compiled to CSS automatically.
  • Elm is compiled to JS automatically.
  • HTML, SCSS, and Elm are watched, trigger auto-reload when updated.
  • Elm packages are downloaded and installed automagically.
  • When the Electron app starts, the dev-tools show up.

For more information read Gizra post.

Installation

  1. Run npm install.

Development

  1. Run npm run gulp.

Build

  1. Run npm run dist to build for all platforms (linux, mac, and windows).
  • Run npm run dist-mac to build just for Mac OS.
  • Run npm run dist-linux to build just for GNU/Linux.
  • Run npm run dist-win to build just for Windows.

License

ISC

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