Install Express JS on openSUSE 13.x Linux Easy Guide

January 17, 2014 | By the+gnu+linux+evangelist.

Install Express JS openSUSE 13

Hello openSUSE User! The Tutorial shows you Step-by-step How to Install Express.js on openSUSE 13.X GNU/Linux Desktops.

And Express Js for openSUSE is a Node.js Web Framework with these Main Features:

  • Minimal: Out of the Box, it supports only the very Basic Features.
  • Extensible: by Pluggables Express middlewares and Node modules.
  • Powerful: Anything you can do with Node, you Can Do with Express too.

Finally, to the Express.js openSUSE 13 Install Guide’s Bottom Link to Getting-Started with Express.js Web Apps Development.

Install Express.js openSUSE 13.X Quick Start - Featured
  1. How to Install the Latest Node.js on openSUSE Linux

    OpenSUSE Installing Latest Node.js
  2. Open Console Terminal Shell emulator window
    (Press “Enter” to Execute Commands)

    Install Express.js openSUSE 13.X Quick Start - Kde openSUSE Open Terminal

    In case first see: Terminal QuickStart Guide.

  3. Installing Express.js

    • System Wide Installation
      su -c "npm install express -g"
    • Local Installation
      npm install -g express-generator
  4. Express App Hello-World Getting-Started

    Express.js Apps Quick Start Guide

QuickChic Theme • Powered by WordPress