npm.io
1.2.0 • Published 5 years agoCLI

tsx-app

Licence
ISC
Version
1.2.0
Deps
5
Size
34 kB
Vulns
0
Weekly
0

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

Command Description
clean rm dist/bundle.js
build-dev webpack --mode development
build-prod webpack --mode production
start webpack serve --hot --mode development
Note: replace yarn with npm in package.json if you use npm.

See also

Keywords