Skip to content

LinbuduLab/Parcel-Tsx-Template

Repository files navigation

Parcel-Tsx-Template

Parcel React TypeScript

GitHub Workflow Status License

Parcel 2 + React 17 + TypeScript 4 made easy.

Getting Started

yarn

# start application
yarn start

# some extra options
yarn start --lazy --https --log-level=verbose

# build for elder browsers
yarn build:legacy

# build for modern browsers
yarn build:modern

# watch build for modern browsers
yarn build:watch

# execute build:legacy and build:modern
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