Skip to content

CharisLai/Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

縮短網址工具

將冗長網址縮短,以方便使用者做分享。

實際畫面

功能項目

  • 輸入原始網址轉換成短網址
  • 點擊COPY 即可複製短網址
  • 使用短網址即可到原始網站

安裝

  1. Clone 此專案至本機電腦,打開terminal到預計存放專案之資料夾,輸入下列代碼
    git clone https://github.com/CharisLai/Shortener.git
  2. 進入專案資料夾,使用terminal輸入:
    cd Shortener
  3. 安裝npm套件,使用terminal輸入:
    npm install
  4. 執行專案,使用terminal輸入:
    npm run dev
  5. 輸入下列代碼於網址列即可使用:
    localhost:2000
  6. 暫停使用請按下ctrl+c

開發者工具

開發者

Charis Lai

Releases

No releases published

Packages

No packages published