M
Asked
Hello I need to make some changes to the template. How do I start the Gulp that is by default in the project?
- MSAnswered
Hello,
gulpfile.js
is included in your download. You can install dependencies withnpm i
and then runnpx gulp
Thank you
- Login to Reply