1.2.0 • Published 3 years ago

tsx-app v1.2.0

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

React Webpack Typescript Starter

Minimal starter with hot module replacement (HMR) for rapid development.

Installation

  1. Clone/download repo
  2. yarn install (or just npx tsx-app <your-app-name> for npm

All commands

CommandDescription
cleanrm dist/bundle.js
build-devwebpack --mode development
build-prodwebpack --mode production
startwebpack serve --hot --mode development

Note: replace yarn with npm in package.json if you use npm.

See also