Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

maven - pom.xml spring initializr --> give details, choose dependencies --> Generate and download pom.xml

validate --> compile --> test --> package (create artifact)--> verify --> install --> deploy

image

in nodejs

package.json file will contain dependencies and scripts(run test cases, run the app ,..etc) index.js - will be front end

npm - package manager for nodejs need to install nodejs https://nodejs.org/en/download/package-manager

Install Node.js v20.14.0 (LTS) on Linux using nvm

npm install npm start

https://github.com/shackverse/demo_nodejs_webpage