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:
"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
You can create the production app using yarn run dist
.
note regarding types:
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.