项目作者: linbudu599

项目描述 :
Parcel 2 + React 17 + TypeScript 4 made easy.
高级语言: JavaScript
项目地址: git://github.com/linbudu599/Parcel-Tsx-Template.git
创建时间: 2020-02-05T12:54:26Z
项目社区:https://github.com/linbudu599/Parcel-Tsx-Template

开源协议:MIT License

下载


Parcel-Tsx-Template

Parcel
React
TypeScript

GitHub Workflow Status
License

Parcel 2 + React 17 + TypeScript 4 made easy.

Getting Started

  1. yarn
  2. # start application
  3. yarn start
  4. # some extra options
  5. yarn start --lazy --https --log-level=verbose
  6. # build for elder browsers
  7. yarn build:legacy
  8. # build for modern browsers
  9. yarn build:modern
  10. # watch build for modern browsers
  11. yarn build:watch
  12. # execute build:legacy and build:modern
  13. yarn build

What can I use this template to … ?

  • Setup template quickly for various React State Management / React Style Soution / React Libraries exploring.
  • React features exploring.
  • Simple personal project.
  • Perform engineering experiments like CI/CD / Lint / NPM Scripts / Monorepo / … .
  • Any