Parcel 2 + React 17 + TypeScript 4 made easy.
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
- 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