Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangcch/react-ts-parcel-workflow
React workflow base on typescript and parcel
https://github.com/wangcch/react-ts-parcel-workflow
parcel parcel-workflow react react-workflows typescript
Last synced: about 1 month ago
JSON representation
React workflow base on typescript and parcel
- Host: GitHub
- URL: https://github.com/wangcch/react-ts-parcel-workflow
- Owner: wangcch
- License: mit
- Created: 2019-04-04T18:53:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:42:34.000Z (about 2 years ago)
- Last Synced: 2024-11-07T05:09:14.142Z (3 months ago)
- Topics: parcel, parcel-workflow, react, react-workflows, typescript
- Language: TypeScript
- Homepage:
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-ts-parcel-workflow
react project template with typescript and parcel
## Usage
```
# install dependencies
yarn# serve with hot reload at localhost:1234
yarn start# build for production with minification
yarn build
```## Derivative
| package | description |
| ------------------------------------------------------------- | -------------------------------- |
| [ts-npm-workflow](https://github.com/wangcch/ts-npm-workflow) | workflow for function package |
| [rc-demo](https://github.com/react-cmpt/rc-demo) | React component template project |## License
[MIT](./LICENSE)