Node.js: Application as a Windows service

node-windows node-windows is a standalone module that makes it possible to offer a Node.js script as native Windows services.. Prerequisite: You have succesfully installed Node.js. Install with npm using the…
React: build for relative paths

React: build for relative paths

If it's not a real production build, you probably test your React Apps in a sub folder at your hosting space. The information on this is scattered and explained way…