https://github.com/satler-git/dhugo
  
  
    Daihugo with electron and next.js. 
    https://github.com/satler-git/dhugo
  
        Last synced: 6 months ago 
        JSON representation
    
Daihugo with electron and next.js.
- Host: GitHub
- URL: https://github.com/satler-git/dhugo
- Owner: satler-git
- License: mit
- Created: 2023-12-01T09:34:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T03:36:08.000Z (almost 2 years ago)
- Last Synced: 2023-12-09T04:26:19.754Z (almost 2 years ago)
- Language: TypeScript
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
README
          # dhugo
Japanese card game "Daihugo" written in Typescript.
| Part       | Source code (Typescript) | Builds (JavaScript) |
| ---------- | ------------------------ | ------------------- |
| Next.js    | `/renderer`              | `/renderer`         |
| Electron   | `/electron-src`          | `/main`             |
| Production |                          | `/dist`             |
Available just commands:
```bash
"run": start dev version
"setup": setup project(run when clone)
"build": build both layers
"format-all": format all file in project
"lint-all": lint all file in project
```
## Notes
You can create the production app using `yarn run dist`.
_note regarding types:_
- Electron provides its own type definitions, so you don't need @types/electron installed!
  source: 
- There were no types available for `electron-next` at the time of creating this example, so until they are available there is a file `electron-next.d.ts` in `electron-src` directory.