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?
- MSAnsweredHello,
`gulpfile.js` is included in your download. You can install dependencies with `npm i` and then run `npx gulp`
Thank you - Login to Reply