Category: Nodejs

  • How to Run Angular Apps Using Angular CLI and PM2

    How to Run Angular Apps Using Angular CLI and PM2

    [ad_1] Angular CLI is a command-line interface for the Angular framework, which is used to create, build and run your application locally while developing. It is designed to build and test an Angular project on a development server. However, if you want to run/keep your applications alive forever in production, you need a Node.js process…

  • How to Install Latest NodeJS and NPM in Linux

    How to Install Latest NodeJS and NPM in Linux

    [ad_1] In this guide, we shall take a look at how you can install the latest version of Nodejs and NPM on RHEL-based distributions such as CentOS, Fedora, Rocky & AlmaLinux and Debian-based distributions such as Ubuntu & Linux Mint. [ You might also like: NVM – Install and Manage Multiple Node.js Versions in Linux…