Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mouracamila/cra-template-typescript-rocketseat
https://github.com/mouracamila/cra-template-typescript-rocketseat
npm-package reactjs rocketseat typescript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mouracamila/cra-template-typescript-rocketseat
- Owner: mouracamila
- License: mit
- Created: 2020-06-19T12:07:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T14:17:13.000Z (over 4 years ago)
- Last Synced: 2024-09-30T18:22:52.796Z (4 months ago)
- Topics: npm-package, reactjs, rocketseat, typescript
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cra-template-typescript-rocketseat
This is the template is used to create a [Create React App](https://github.com/facebook/create-react-app) + TypeScript, this aplication uses the basic configuration of folder, eslint and prettier reccommended in the [Rocketseat](https://rocketseat.com.br/) course 2020.
To use this template, add `--template cra-template-typescript-rocketseat` when creating a new app.
For example:
```sh
npx create-react-app my-app --template cra-template-typescript-rocketseat# or
yarn create react-app my-app --template cra-template-typescript-rocketseat
```#### Português 🇧🇷
Este template é utilizado para criar aplicação ReactJs+TypeScript utilizando o [Create React App](https://github.com/facebook/create-react-app), ele utiliza como base as configurações basicas de pasta, eslint e prettier recomendadas em curso da [Rocketseat](https://rocketseat.com.br/) 2020.
Para usar o template, adicione `--template cra-template-typescript-rocketseat` ao criar um novo aplicativo.
Exemplo:
```sh
npx create-react-app my-app --template cra-template-typescript-rocketseat# or
yarn create react-app my-app --template cra-template-typescript-rocketseat
```