README
x-react-ts
Simple React creater.
- typescript
- simple dependencies
- out of the box
# install
npm install --save-dev x-react-ts
# initial a project.
react-ts init [scope]
# start webpack dev service.
npm run start
# build bundle
npm run build:web
# build lib(transform ts?x to js)
npm run build:lib