tinkerhubco / docnest-desktop

DocNest platform desktop app
2 stars 0 forks source link

#1: Initial setup #2

Closed isotopeee closed 6 years ago

isotopeee commented 6 years ago

Closes #1: Initial setup

The flow type system is already included in this PR but I haven't used it yet. I've used the prop-types package to enforce type checking.

isotopeee commented 6 years ago

I've migrated the file structure to follow the Fractal pattern: https://hackernoon.com/fractal-a-react-app-structure-for-infinite-scale-4dab943092af. In my own opinion, I think it's a good structure but let me know what you think.

isotopeee commented 6 years ago

Hi @jmaicaaan, I assume you already know why there are two package.json. I've already cleaned up the files related to the Counter app included in the boilerplate. You can check out the changes. I'm also planning to include the set up of Roboto font which I can't accomplish now because of network issues. If you found out more issues, feel free to comment. Thanks!

jmaicaaan commented 6 years ago

Yes, I've seen it in the documentation. Thank you for the update. Will wait for your next changes as you've mentioned above.