# @zhouzi/cra-template

> A personal template based on the official TypeScript template.

Latest version **0.2.0** (published 2020-06-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install @zhouzi/cra-template
pnpm add @zhouzi/cra-template
yarn add @zhouzi/cra-template
bun add @zhouzi/cra-template
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2020-06-09 |
| First published | 2020-06-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 42.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | gabinzhouzi |
| Keywords | react, create-react-app, template, typescript |

## Links

- npm: https://www.npmjs.com/package/@zhouzi/cra-template
- Repository: https://github.com/zhouzi/cra-template
- Homepage: https://github.com/zhouzi/cra-template#readme
- Issues: https://github.com/zhouzi/cra-template/issues
- npm.io page: https://npm.io/package/@zhouzi/cra-template

## 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

- 0.2.0 (latest) — 2020-06-09
- 0.1.0 — 2020-06-07
- 0.0.1 — 2020-06-05

## README

# @zhouzi/cra-template

This [Create React App](https://github.com/facebook/create-react-app) template is based on the official [TypeScript's template](https://github.com/facebook/create-react-app/tree/master/packages/cra-template-typescript).

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

For example:

```sh
npx create-react-app my-app --template @zhouzi

# or

yarn create react-app my-app --template @zhouzi
```

# Additional Features

Below is a list of features this package adds on top of the official TypeScript template.

- Structures the folders according to my personal preferences.
- Adds styled-components.
  - Converts theme variables to CSS variables.
- Adds modern-normalize.css.
- Adds a default README.md.
  - Adds a contributors section, using the [All Contributors bot](https://allcontributors.org/).
- Adds a CONTRIBUTING.md.
- Adds a CODE_OF_CONDUCT.md.
- Adds an MIT LICENSE.
- Configures TypeScript's baseUrl to `src`.
- Configures Netlify's redirects so all URLs respond with `index.html`.

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