一個能針對工程師、設計師及創業家,製造幹話的網頁應用程式
- 使用者可以在工程師、設計師、或創業家中選擇一個對象(三選一)
- 使用者按下【產生幹話】後,旁邊的 textbox 就會出現一句幹話
- Node.js: v14.15.4
- Express: v4.17.1
- Express-Handlebars: v5.2.0
- Body-Parser: v1.19.0
- 打開你的終端機 terminal,並 clone 此專案至電腦
$ git clone https://github.com/laurajhwu/trash_talk_generator.git
- 安裝 npm
$ npm install
- 安裝 nodemon
$ npm install nodemon
- 進入專案資料架
$ cd trash_talk_generator
- 透過 nodemon 執行專案
$ npm run dev
- 專案執行成功 terminal 會顯示:
Express app is listening on port 3000
- 於瀏覽器上輸入網址 URL
http://localhost:3000