Skip to content

CLI ‐ Git | Node

FullstackCodingGuy edited this page Feb 10, 2025 · 1 revision

Clone an application into a desired folder

git clone https://github.com/albinotonnina/albinotonnina.com <your-appname>

cd npm install

node server.js


Configure Node Environment (Local)

npm set init.author.name "Your name"

npm set init.author.email "your@email.com"

npm set init.author.url "https://your-url.com"

npm set init.license "MIT"

npm set init.version "1.0.0"


Clone this wiki locally