Skip to content

dontw/parcel-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published