Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 692 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 692 Bytes

parcel-template

輕量化的前端開發工具組,主要使用 tailwindcss + preact

Requirement

node.js v.10.16.3 以上 (LTS 版本)

Getting Started

# clone the project
git clone git@gitlab.halfme.com:frontend-boilerplates/parcel-tamplate.git

# enter the project directory
cd event-site

# install dependency
yarn

# develop
yarn dev

This will automatically open http://localhost

Build

# build for production environment
# 結果會產出於 /dist 資料夾中
yarn build

Environment Variables

環境變數被設定於 .env

變數名稱 說明
APP_URL Api base url

Contact

chenyu