Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T02:45:24.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T22:18:52.627Z (8 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](https://img.shields.io/github/package-json/dependency-version/LinbuduLab/Parcel-Tsx-Template/parcel?label=parcel%282.2.1%29)
![React](https://img.shields.io/github/package-json/dependency-version/LinbuduLab/Parcel-Tsx-Template/react)
![TypeScript](https://img.shields.io/github/package-json/dependency-version/LinbuduLab/Parcel-Tsx-Template/typescript)![GitHub Workflow Status](https://img.shields.io/github/workflow/status/LinbuduLab/Parcel-Tsx-Template/parcel-tsx-template%20ci)
![License](https://img.shields.io/github/license/LinbuduLab/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