https://github.com/apascualm/cra-template-typescript
The base TypeScript template with testing included for a React App
https://github.com/apascualm/cra-template-typescript
Last synced: 3 months ago
JSON representation
The base TypeScript template with testing included for a React App
- Host: GitHub
- URL: https://github.com/apascualm/cra-template-typescript
- Owner: apascualm
- Created: 2022-12-18T14:40:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T08:13:33.000Z (over 2 years ago)
- Last Synced: 2024-04-27T17:02:46.938Z (about 1 year ago)
- Language: TypeScript
- Size: 1.09 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README









[](https://github.com/apascualm/cra-template-typescript/actions/workflows/test-publish.yml)# cra-template-typescript + 💊
This **_not_** is the official TypeScript template for [Create React App](https://github.com/facebook/create-react-app).\
This is a vitamins React template.## Extra features
- 🤩 **Craco**
- 🤩 **Jest, Jest-Axe & Testing Library**
- 🤩 **Cypress & Testing Library**
- 🤩 **ESlint & Prettier**
- 🤩 **React Router**
- 🤩 **Github Actions**## How Use
To use this template, add `--template @apascualm/typescript` when creating a new app.For example:
```sh
npx create-react-app my-app --template @apascualm/typescript# or
yarn create react-app my-app --template @apascualm/typescript
```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.