Skip to content

ginn723/ExpressA19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features - 功能

基本功能: 使用 Express 製作一支簡單的網頁應用,內容需要有 4 個頁面:

  • 首頁
  • About
  • Portfolio
  • Contact

Tools - 開發工具

  • Express
  • Express-Handlebars
  • VS Code

Technical Info - 技術内容

  • 使用 Express 打造4個頁面的路由
  • 使用者點擊導覽列上的按鈕時,可以前往不同的頁面。

Installing - 安裝流程

  1. 將此專案 Clone 至本機電腦 git clone https://github.com/ginn723/ExpressA19.git

  2. 開啓 Terminal,切換進入此專案的資料夾 $ cd ExpressA19

  3. 在 Terminal 安裝 npm (Node Package Manager) 套件 $ npm install

  4. 安裝完成後,在 Terminal 輸入: $ npm run start

  5. 安裝成功會出現此訊息: Express is listening on http://localhost:3000

  6. 打開瀏覽器,並進入到此網址。

http://localhost:3000

http://localhost:3000/about

http://localhost:3000/portfolio

http://localhost:3000/contact

  1. 若要暫停使用,請在 Terminal 環境,連按兩下Ctrl+C 結束工作^c

Contributor - 開發人員

Ginn Lee

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors