Skip to content

rongfengliang/parcel-learning

Repository files navigation

parcel learning

one demo with typescript && docker running

how to runnning

  • local
yarn 
yarn start (live build)
yarn build (product)
  • docker
docker-compose  build
docker-compose up -d