0.0.38 • Published 5 years ago

x-react-ts v0.0.38

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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