Express.js Linux Mint 18 – QuickStart Guide
Hi! This tutorial will guide you step-by-step on How to Install and Getting-Started with Express.js Framework on Linux Mint 18 Sarah/Serena/Sonya/Sylvia LTS Desktop.
And Express.js for Linux Mint 18 has 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, this guide includes detailed instructions on How to Getting-Started with Express.js Web Apps Development on Linux.
-
How to Install the Latest Node.js on Linux Mint
-
Open a Command Line Session
In case first see: Terminal QuickStart Guide.
-
Then to Install Express.js Framework.
- System Wide Installation
sudo npm i -g express-generator
- Local Installation
npm install express-generator
- System Wide Installation
-
Express App Hello-World Getting-Started