Created
November 18, 2018 19:16
-
-
Save hawkeye64/529daabbe487c749014680df67db5c04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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