Skip to content

neelhabib/dnhub-localhost

Repository files navigation

Installation

Here we will guide you through the installation process of dnhub.io Local Host Server on your computer.

Prerequisites

  1. This requires Node JS and MongoDB to be installed on your computer.
  2. If you didn't install the required NodeJS and MongoDB, please follow our Documentation

1. Download the files from Github

First visit our Github repository and download the files.

Download from GitHub

Click on Code dropdown button and click Download ZIP


2. Extract the files

After downloading the ZIP file, extract it to a folder on your computer.

Now right click within the folder.

Open in Terminal

Click Open in Terminal.


3. Install dependencies

This project needs to be installed using npm.

npm install

Run npm install.

This may take a few minutes. Please wait until all the dependencies are installed.


4. Build the project

Now we will build the project.

npm run build

Run npm run build.

This will build the project and takes some time. Please wait until the build is complete.


5. Start the application

Now its time to start the application.

npm start

Run npm start.

Wait for the server to start.

Now you can access the application at http://localhost:5000.


Summary of Commands

# Install dependencies
npm install

# Build the project
npm run build

# Start the application
npm start

The application will be available at: http://localhost:5000

Releases

No releases published

Packages

No packages published