https://github.com/LinbuduLab/Parcel-Tsx-Template
Parcel 2 + React 17 + TypeScript 4 made easy.
https://github.com/LinbuduLab/Parcel-Tsx-Template
parcel react template tsx typescript
Last synced: 5 months ago
JSON representation
Parcel 2 + React 17 + TypeScript 4 made easy.
- Host: GitHub
- URL: https://github.com/LinbuduLab/Parcel-Tsx-Template
- Owner: LinbuduLab
- License: mit
- Created: 2020-02-05T12:54:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T02:45:24.000Z (about 2 years ago)
- Last Synced: 2024-05-18T22:18:52.627Z (11 months ago)
- Topics: parcel, react, template, tsx, typescript
- Language: TypeScript
- Homepage: https://parcel-react-app.vercel.app/
- Size: 1.97 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome-parcel - Parcel-Tsx-Template - A Simple Parcel Template With React & Typescript. (Examples)
README
# Parcel-Tsx-Template



Parcel 2 + React 17 + TypeScript 4 made easy.
## Getting Started
```bash
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