• Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME

Alex Arriaga

  • Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME
© 2025 Alex Arriaga

Month: March 2017

Installing a Node.js App as a regular GNU/Linux process
GNU/Linux Node.js Operating Systems

Installing a Node.js App as a regular GNU/Linux process

Posted on March 12, 2017by alex-arriaga

While in development of any Node.js application we usually configure a npm start task to run it; but when you are ready to go to production that concept is not useful anymore. Until that moment, we have tested our application using the regular npm process (npm start); but now, we are going to need to go one…