# rc-ts-scripts
[![npm](https://img.shields.io/npm/v/rc-ts-scripts.svg?style=flat-square)](https://www.npmjs.com/package/rc-ts-scripts)
[![npm](https://img.shields.io/npm/l/rc-ts-scripts.svg?style=flat-square)](https://www.npmjs.com/package/rc-ts-scripts)
[![npm](https://img.shields.io/npm/dm/rc-ts-scripts.svg?style=flat-square)](https://www.npmjs.com/package/rc-ts-scripts)

* Configuration and scripts for Create React App.
* change react scripts for typescript and support some funcs
* 支持开发工具debug
    - WebStorm debug模式设置
        1. debug Configuration中选择Javascript debug
        2. 填写url地址
        3. 启动本地服务
        4. 通过debug按钮或者Alt+Shift+D 打开调试窗口