1.0.7 • Published 3 years ago

cra-template-pdr-ts-inputon v1.0.7

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

Create React App Template

InputOn

Um template CRA configurado com:

  • EditorConfig, ESLint e Prettier (padrão Airbnb)**
  • React Hooks
  • React Router DOM
  • Home, 404 Not Found and Clean pages
  • React Icons
  • Styled Components
  • Font 'Roboto Slab'

Criação do Projeto

Para criar seu projeto utilizando o template, use o comando abaixo:

npx create-react-app seu-projeto --template pdr-ts-inputon

ou, caso utilize o Yarn:

yarn create react-app seu-projeto --template pdr-ts-inputon

Acesse a pasta do projeto:

cd seu-projeto

E para inicializá-lo, utilize o script Start padrão:

yarn start

ou

npm start

Logs

v1.0.5:

  • BrowserRouter from React Router DOM fixed;
  • Clean Page added;

v1.0.3:

  • Packages updated;
  • ESLint rules fixed;
  • Code linted;
  • Some other bugs fixed;

v1.0.0 (0.1.4):

  • Template created.