8000 GitHub - codewithrajranjan/nodejs-starter-application: This is a NodeJs starter application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

codewithrajranjan/nodejs-starter-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJs Starter Application

This is just a simple NodeJs application which serves some static files present in the public folder.

Installation

    // clone the application with git clone

    // then install the npm modules using
     
    npm install

Configuration

open the config.js file and set the configuration based on your need

The content of config.js file is

    module.exports = {
    
        "serverPort" :  8080   // this is the server port on which node application will start
    }
    

Running the application

    node server.js

Open the app in browser using

    http:\\ip-address:8080

NodeJS app main page

About

This is a NodeJs starter application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0