happy-hours / crushlines

Check out who is checking you out
4 stars 1 forks source link

Restructure the app folder #37

Open heron2014 opened 8 years ago

heron2014 commented 8 years ago

As a developer I would like to keep my project structure as clear and readable as possible so other developers won't be lost with finding relevant files.

option1:

  src
    |__assets
    |        |___main.css
    |__components
    |__index.js

option2:

  public
    |__assets
    |        |___main.css
    |__index.html