Skip to content

Instantly share code, notes, and snippets.

@hawkeye64
Created November 18, 2018 19:16
Show Gist options
  • Save hawkeye64/529daabbe487c749014680df67db5c04 to your computer and use it in GitHub Desktop.
Save hawkeye64/529daabbe487c749014680df67db5c04 to your computer and use it in GitHub Desktop.
import { app, BrowserWindow, ipcMain } from 'electron'
const nativeImage = require('electron').nativeImage
const path = require('path')
const http = require('http')
const express = require('express')
const expressApp = express()
const cors = require('cors')
const router = express.Router()
let fileFolder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment