Now the project structure is causing some problems with dependencies(project inside other project). I think we should move to someting like: ``` ./frontend/ ./backend/ ./start.js ./dev.js ./test.js ./package.json -> just for scripts(start,dev,test,lint) ```