hoonv / clowd-desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLOWD-DESKTOP GitHub license

Developed with electron & react Framework

Clowd-Desktop is desktop application for Clowder who share their remaining storage to clowdee

Functions

  1. setup
  2. screen

setup

Install

First, clone the repo via git:

git clone https://github.com/team836/clowd-desktop.git clowd-desktop

And then install the dependencies with yarn.

$ cd clowd-desktop
$ yarn

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

$ yarn dev

Packaging for Production

To package apps for the local platform:

$ yarn package

screen


login-page

dashboard-page

modal-page

About

License:MIT License


Languages

Language:JavaScript 89.6%Language:CSS 8.6%Language:HTML 1.7%