1. 程式人生 > >Node專案實戰-靜態資源伺服器

Node專案實戰-靜態資源伺服器

開啟github,在github上建立新專案:

Repository name: anydoor
Descripotion: Tiny NodeJS Static Web server

選擇:public
選擇:Initialize this repository with a README
新增gitignore檔案:Add .gitignore:Node
新增License檔案:Add a license: MIT License

git clone 該專案地址到本地資料夾

.gitignore

https://git-scm.com/docs/gitignore

.npmignore

https://docs.npmjs.com/misc/developers