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
- Host: GitHub
- URL: https://github.com/open-data-plan/desktop-template
- Owner: open-data-plan
- Created: 2020-04-02T01:35:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-18T11:10:55.000Z (about 1 year ago)
- Last Synced: 2025-04-19T00:39:15.161Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://desktop.opd.cool
- Size: 48.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```