Need advice setting up a collaborative environment between Front and back-end developers

I am attempting to create a collaborative environment between the front end (HTML, CSS) and the back end (JavaScript, PHP) developers. I’m using npm’s like gulp.js and and grunt.js to develop this environment and I’m using git to allow successful collaboration on the website between the two developers.

I am looking for advice on a standard workflow collaborative environment that I can mimic using these technologies. I know every programmer and project will have a different workflow setup because no two are the same. But I’m looking for some suggestions as to what exactly the role of each developer would play during this collaboration.

Surely there must be some standard workflow model with references I can mimic using these technologies? Does anyone have a suggestions as to a workflow model or process I could mimic?

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.