x-react-ts

Simple React creater. - typescript - simple dependencies - out of the box

Usage no npm install needed!

<script type="module">
  import xReactTs from 'https://cdn.skypack.dev/x-react-ts';
</script>

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