cra-template-typescript-rocketseat

React template application for Rockeseat ReactJS Applications with Typescript, ESLint and Styled-components

MIT License

Downloads
15
Stars
4
Committers
1

cra-template-typescript-rocketseat

This is the template is used to create a Create React App + TypeScript, this aplication uses the basic configuration of folder, eslint and prettier reccommended in the Rocketseat course 2020.

To use this template, add --template cra-template-typescript-rocketseat when creating a new app.

For example:

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, ele utiliza como base as configurações basicas de pasta, eslint e prettier recomendadas em curso da Rocketseat 2020.

Para usar o template, adicione --template cra-template-typescript-rocketseat ao criar um novo aplicativo.

Exemplo:

npx create-react-app my-app --template cra-template-typescript-rocketseat

# or

yarn create react-app my-app --template cra-template-typescript-rocketseat
Package Rankings
Top 22.91% on Npmjs.org
Related Projects