Quantcast
Channel: NodeJS Electron with express - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Kim Gentes for NodeJS Electron with express

Two things. First I'd clarify your pathing setup and usage, more like this:const publicPath = path.resolve(__dirname, '/views');// point for static assetsapp.use(express.static(publicPath));//view...

View Article



NodeJS Electron with express

I'm trying to make a webapplication using electron (for the website and desktop application) and express (for sessions etc.)Now, I got this as my app.js:const express = require('express');const {app,...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images