Open augustogiles opened 4 years ago
Here´s my suggestion, based in how some apps and frameworks (gatsby, next) create their structures:
.circleci
.github
| api-tests
| docs // some .md stuffs
| api
| guides
| quick-start
| jest
setup.js
| packages // unit tests
| website // the source code of the project
| src
| controllers
| views
| model
| routes
| public // files and images
| scripts // some scripts
@rrodriguesilva and @lucasharada , could you guys take a look on this?
Hi guys, do you have any design pattern architecture in mind?