How to combine the server, NodeJS and Gulp?
1) In one project using Gulp with his plugins, including browser-sync to automatically update the web pages when making changes in code
2) the second project using a NodeJS server to work with AJAX
3) I Want to create a third project on the server NodeJS to support AJAX and at the same time to gather it with a Gulp that was once again the auto-refresh page with browser-sync to use SASS, etc. plugins.
Question: how to do, and in what direction to dig? Thank you
1 answer
Find more questions by tags JavaScriptGulp.jsNode.js