Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)