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

https://github.com/cloud-emoticon/cloudemoticon-web

Cloud Emoticon as a universal web application
https://github.com/cloud-emoticon/cloudemoticon-web

electron universal webapp

Last synced: 3 months ago
JSON representation

Cloud Emoticon as a universal web application

Awesome Lists containing this project

README

          

# cloudemoticon-web

Cloud Emoticon as a universal web application

## Prerequisites
* `Node.js`
* `yarn`

## Install dependencies
```bash
yarn install
```

## Run as webapp
```bash
yarn start
```

## Run as Electron app
```bash
yarn run start-electron
```

## Package Electron app locally
```bash
yarn run package-electron
```

## Misc.
This repo is started with [this tutorial](https://medium.com/@kitze/%EF%B8%8F-from-react-to-an-electron-app-ready-for-production-a0468ecb1da3)