隨機產生密碼
- 可根據自身需求產生想要的密碼
- 記錄已經選的選項
- 避免未填的狀況
請確保有安裝node.js 和 npm並在終端機(Terminal)中進行以下操作:
1.複製檔案
git clone https://github.com/f88643/Random-Password-Generator-.git
2.前往資料夾Random-Password-Generator
cd Random-Password-Generator-/
3.安裝套件
npm install
4.執行
npm run dev
若看到以下訊息即為安裝成功,可在瀏覽器輸入http://localhost:3000 開始瀏覽
express server is running on http://localhost:3000
欲退出請連按兩次Ctrl + C
- Node.js: 18.18.2
- express: 4.18.2
- express-handlebars: 7.1.2