template-parcel-ts
Version:
my tremendous SAO template
38 lines (25 loc) • 851 B
Markdown
# template-parcel-ts
> my astonishing SAO template for React project with typescript and parcel
[](https://circleci.com/gh/template-hub/template-parcel-ts)
[](https://www.npmjs.com/package/template-parcel-ts)
## Installation
Install [SAO](https://github.com/egoist/sao) first.
```bash
npm i -g sao
```
## Create a new project
### From git
```bash
cd my-project
// add --update flag to using latest version
sao template-hub/template-parcel-ts --update
```
### From npm
```bash
cd my-project
sao template-parcel-ts --update
```
## Development
- 如果更新了template 中的配置文件,需要执行 `npm run test -- -u` 更新 snapshot。
## License
MIT © [foryuki](github.com/foryuki)