Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmturley/electron-server
Electron app with server-side rendering
https://github.com/kmturley/electron-server
Last synced: 1 day ago
JSON representation
Electron app with server-side rendering
- Host: GitHub
- URL: https://github.com/kmturley/electron-server
- Owner: kmturley
- License: cc0-1.0
- Created: 2022-01-06T04:21:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T05:33:31.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T00:59:44.584Z (7 months ago)
- Language: TypeScript
- Size: 1.38 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# electron-server
Electron app with server-side rendering using:
* NodeJS 12.x
* Electron 16.x
* Typescript 4.x## Examples
Change the git branch to view each example:
* [Express 4.x](https://github.com/kmturley/electron-server/tree/feature/express)
* [Next 12.x](https://github.com/kmturley/electron-server/tree/feature/next)## Installation
Install node dependencies using:
npm install
## Usage
Build Typescript source and run Electron using:
npm start
## Build app
Build production app file using:
npm run dist
Unpack the app build to see the included files using:
npm run dist:unpack
## Contact
For more information please contact kmturley