Skip to content

Instantly share code, notes, and snippets.

@iagodahlem
Created October 2, 2018 20:11
Show Gist options
  • Save iagodahlem/e8909e2bdf0868c977b0d0d3715d178a to your computer and use it in GitHub Desktop.
Save iagodahlem/e8909e2bdf0868c977b0d0d3715d178a to your computer and use it in GitHub Desktop.
.
|-- src
|  |-- common
|  |  |-- infra
|  |  |  |-- httpService.js
|  |  |-- view
|  |  |  |-- Button.js
|  |  |  |-- Input.js
|  |-- article
|  |  |-- app
|  |  |  |-- GetArticle.js
|  |  |-- domain
|  |  |  |-- Article.js
|  |  |-- infra
|  |  |  |-- ArticleRepository.js
|  |  |-- store
|  |  |  |-- index.js
|  |  |-- view
|  |  |  |-- ArticlePage.js
|  |  |  |-- ArticleForm.js
|  |-- user
|  |  |-- app
|  |  |  |-- CreateUser.js
|  |  |-- domain
|  |  |  |-- User.js
|  |  |-- infra
|  |  |  |-- UserRepository.js
|  |  |-- store
|  |  |  |-- index.js
|  |  |-- view
|  |  |  |-- UserPage.js
|  |  |  |-- UserForm.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment