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

https://github.com/open-data-plan/desktop-template

template for desktop web apps
https://github.com/open-data-plan/desktop-template

Last synced: 4 months ago
JSON representation

template for desktop web apps

Awesome Lists containing this project

README

          

# Pangu

## Develop

### Install Packages

```bash
# npm
npm install
# yarn
yarn
```

### Local Develop

```bash
# npm
npm start
# yarn
yarn start
```

### Build

```bash
# npm
npm run build
# yarn
yarn build
```