Parcel-Tsx-Template
February 4, 2022 ยท View on GitHub
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