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
- Host: GitHub
- URL: https://github.com/cloud-emoticon/cloudemoticon-web
- Owner: cloud-emoticon
- License: mit
- Created: 2017-05-20T20:26:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T02:53:15.000Z (about 2 years ago)
- Last Synced: 2024-06-19T09:56:09.577Z (about 2 years ago)
- Topics: electron, universal, webapp
- Language: JavaScript
- Homepage:
- Size: 2.92 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)