使用 Bootstrap 的前端開發範本
v 1.1
node 14 以上
-
從 github 下載前端專案範本
git clone https://github.com/BLOCKCODE-TW/FE_TEMPLATE.git
-
移除隱藏 .git 資料夾
-
修改專案目錄 FE_TEMPLATE 名稱
-
安裝套件
yarn install
-
啟動 gulp
修改 gulpfile.js 裡面的
project_name
執行
gulp
-
加入版本控管
-
開發
修改 src 下的 index.html
腳本採用 browse sync 所以可以透過 ngrok 轉到外網
ngrok http http://localhost:8080
在 dist 目錄下面找到專案目錄,就可以佈署出去
.gitignore 裡面增加 .ds_store