Criando sua biblioteca React
  • README
  • Estrutura de Arquivos gerados
  • Lista de bibliotecas para facilitar a criação de bibliotecas
Powered by GitBook
On this page

Was this helpful?

Estrutura de Arquivos gerados

Após seguir o tutorial sua estrutura de arquivos deve ficar da seguinte maneira:

react-error-screen
├── node_modules
├── dist
├── .babelrc
├── package.json
├── webpack.config.js
├── yarn.lock
├── public
│   ├── index.html
│   └── index.js
└── src
    ├── index.js
    └── ErrorComponent.js
PreviousREADMENextLista de bibliotecas para facilitar a criação de bibliotecas

Last updated 5 years ago

Was this helpful?