Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment Steps for node js App

Install Dependencies:

npm install 

Start the Application:

npm start

To package the application(The version is in package.json file):

npm pack     

To run application from the package ( *.tgz):

Download the package from artefactory:

wget Url of package from JFrog artefactory 

Extract the package:

tar -xzf your-package-name.tgz

Go to the source file:

cd your-package-name 

Install Dependencies:

npm install

Start the Application:

npm start

good

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages