Written by 6:29 am Web Hosting, Website Design

Creating a Node App in cPanel: 7 easy steps you SHOULD follow

Creating or Hosting a Node app in cPanel
Creating a Node App in cPanel

Creating a Node App in cPanel

In this blog, we will be creating a node app in cPanel provided by Nest Nepal. The steps are straightforward, and you will not need to do any coding or scripting. Even a person from non-computer science background can conduct this installation.

Steps to creating a node app in cPanel:

7 Steps you MUST follow:

1. Open the link for cPanel given to you by Nest Nepal. This link will be sent to you by Nest Nepal in your email while creating an account at the company.

 

Creating a Node App in cPanel

 

2. Once you log in, you will see the homepage of the cPanel. Here, scroll down to the “Software” section where you will see the “Setup Node App” option. Click on it.

 

 

3. Now, you will see a page like below. Click on “Create New Application” which will take you to a page where you will need to fill in the necessary information.

 

 

4. Fill in all the details as shown in the picture below. After you fill the details, click on “Create”.

 

 

5. On the side of the Node.js version: click on it and select the latest version.

 

 

6. Go to File Manager and go to the root of the node app. There, create a new file named “package.json”. Edit it and paste the following code and save it.

 

{
    "name": "app",
    "version": "1.0.0",
    "description": "Sample",
    "main": "app.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "Ankur Gajurel",
    "license": "NNS",
}

 

 

 

 

7. You can see that now you can run install npm and run js script.

 

 

Congrats! You are now an expert in creating a node app in cPanel easily. See! Wasn’t that easy? Look around Nest Nepal for more educational content and domain / hosting services.

If you want to learn more about web hosting and domain registration, check this blog out: http://nestnepalblog.bhawesh.me/blog/web-hosting-and-domain/.

You can also follow us on Facebook: https://facebook.com/nestnepalofficial.

(Visited 129 times, 1 visits today)

Last modified: November 27, 2021