Skip to content

Instantly share code, notes, and snippets.

@iagodahlem
Last active January 7, 2019 09:06
Show Gist options
  • Save iagodahlem/e9f1633e7e59603ad63211689fd495b8 to your computer and use it in GitHub Desktop.
Save iagodahlem/e9f1633e7e59603ad63211689fd495b8 to your computer and use it in GitHub Desktop.
.
|-- src
|  |-- app
|  |  |-- user
|  |  |  |-- CreateUser.js
|  |  |-- article
|  |  |  |-- GetArticle.js
|  |-- domain
|  |  |-- user
|  |  |  |-- index.js
|  |-- infra
|  |  |-- common
|  |  |  |-- httpService.js
|  |  |-- user
|  |  |  |-- UserRepository.js
|  |  |-- article
|  |  |  |-- ArticleRepository.js
|  |-- store
|  |  |-- index.js
|  |  |-- user
|  |  |  |-- index.js
|  |-- view
|  |  |-- ui
|  |  |  |-- Button.js
|  |  |  |-- Input.js
|  |  |-- user
|  |  |  |-- CreateUserPage.js
|  |  |  |-- UserForm.js
|  |  |-- article
|  |  |  |-- ArticlePage.js
|  |  |  |-- Article.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment