Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jvaclavik/codecamp-movies-app-electron

Ionic app ported on desktop via Electron
https://github.com/jvaclavik/codecamp-movies-app-electron

Last synced: 18 days ago
JSON representation

Ionic app ported on desktop via Electron

Awesome Lists containing this project

README

        

# Ionic & Electron based desktop app
Ionic app ported on desktop app via Electron. Should works on Mac OS X, Linux, Windows.

Drawing

```sh
# Install the `electron` command globally in your $PATH
npm install electron-prebuilt -g

# Run app
electron codecamp-movies-app-electron/www
```