© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Vinoth S
Web developer
Hi All , I am new to MERN stack. Can you please suggest , how to run the gulpfile.js ? and how to create the bundle .js file?
Vasan Subramanian
Previous generation techie
@vinoths : You should be running gulp, not gulpfile.js. gulp will look at the config in gulpfile.js and do the needful (that is, create bundle.js). Take a look a the github source referred to in section 7.2.