# tsx-app

> clear

Latest version **1.2.0** (published 2021-08-25) · ISC license · 0 weekly downloads

## Install

```sh
npm install tsx-app
pnpm add tsx-app
yarn add tsx-app
bun add tsx-app
```

Provides the command `tsx-app`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2021-08-25 |
| First published | 2021-08-23 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 33.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | @kmoz000 |
| Maintainers | kmoz000 |
| Keywords | starter, react, typescript, webpack, kmoz.dev, kmoz000 |

## Links

- npm: https://www.npmjs.com/package/tsx-app
- npm.io page: https://npm.io/package/tsx-app

## Dependencies (5)

- [react](https://npm.io/package/react.md) ^17.0.2
- [react-dom](https://npm.io/package/react-dom.md) ^17.0.2
- [react-multistep](https://npm.io/package/react-multistep.md) ^5.2.1
- [react-hot-loader](https://npm.io/package/react-hot-loader.md) ^4.13.0
- [styled-components](https://npm.io/package/styled-components.md) ^5.3.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.2.0 (latest) — 2021-08-25
- 1.1.0 — 2021-08-23
- 1.0.20 — 2021-08-23
- 1.0.19 — 2021-08-23

## README

# React Webpack Typescript Starter
> Minimal starter with hot module replacement (HMR) for rapid development.

* **[React](https://facebook.github.io/react/)** (17.x)
* **[Webpack](https://webpack.js.org/)** (5.x)
* **[Typescript](https://www.typescriptlang.org/)** (4.x)
* [Hot Module Replacement (HMR)](https://webpack.js.org/concepts/hot-module-replacement/)
* light Production build script (Webpack) with HtmlWebpackPlugin & BundleAnalyzerPlugin.

## 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
* [Team website](https://kmoz.dev)

---
_Source: https://npm.io/package/tsx-app · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
