# cra-template-tscomplete

> Opinionated Create React App template with TypeScript, Redux Toolkit.

Latest version **1.0.8** (published 2022-04-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install cra-template-tscomplete
pnpm add cra-template-tscomplete
yarn add cra-template-tscomplete
bun add cra-template-tscomplete
```

## 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.0.8 |
| Published | 2022-04-05 |
| First published | 2020-04-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 47.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | leshill |
| Keywords | create-react-app, react, redux, template, typescript |

## Links

- npm: https://www.npmjs.com/package/cra-template-tscomplete
- Repository: https://github.com/leshill/cra-template-tscomplete
- Issues: https://github.com/leshill/cra-template-tscomplete/issues
- npm.io page: https://npm.io/package/cra-template-tscomplete

## 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.0.8 (latest) — 2022-04-05
- 1.0.7 — 2021-08-04
- 1.0.6 — 2021-08-01
- 1.0.5 — 2021-08-01
- 1.0.4 — 2020-05-02
- 1.0.3 — 2020-05-01
- 1.0.2 — 2020-04-19

## README

# cra-template-tscomplete

This is yet another TypeScript template for [Create React App](https://github.com/facebook/create-react-app).

To use this template, add `--template tscomplete` when creating a new app.

For example:

```sh
npx create-react-app my-app --template tscomplete

# or

yarn create react-app my-app --template tscomplete
```

This template creates a React app with:

* React 18
* TypeScript 4.6
* Redux Toolkit
* Sass
* Service Worker (see https://cra.link/PWA)

There are test examples for React components, React components with Redux, Redux reducers.

## Additional scripts

### `npm lint` or `yarn lint`

Compiles and then lints all Typescript files (_.ts_, _.tsx_).

### `npm lint:fix` or `yarn lint:fix`

Lints and applies fixes on all Typescript files (_.ts_, _.tsx_).

### `npm lint:watch` or `yarn lint:watch`

Watches and lints (does not compile) all Typescript files (_.ts_, _.tsx_).

For more information, please refer to:

- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.

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