Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riemannulus/launcher-poc
https://github.com/riemannulus/launcher-poc
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/riemannulus/launcher-poc
- Owner: riemannulus
- Created: 2020-05-26T14:55:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:07:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T07:49:36.373Z (about 1 month ago)
- Language: TypeScript
- Size: 4.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Launcher-v2
## 개요
Launcher-v2 는 일렉트론 기반의 멀티플랫폼 런처입니다. 기본적인 골격은 다음과 같습니다.:```
./src
| +-- resources
| +-- styles
| +-- views
| | +-- MainView.tsx
| | +-- LoginView.tsx
| | +-- LobbyView.tsx
| +-- main-process.ts
| +-- App.tsx
```## 실행방법
```js
npm run server //렌더러 빌드 후 webpack-hot-reload 실행
npm run start //메인 프로세스 빌드 후 electron 실행
```## 빌드 방법
```js
npm run build //개발 빌드
npm run build-prod //프로덕션 빌드
```## 패키징 방법
```js
npm run pack
```