Recipe for automation your workflow to write your website in HTML, CSS, and Javascript using WebPack and gulp.
cd into the working directory. The main idea is to use one command to automate both CSS and javascript, Write the following command in the terminal
gulp watch
Here is the feature you will get out of the box from this repo and write the above command gulp watch to rule them all:
- style your CSS in BEM style.
- automate your script.
- browser-sync and watch for your changes.
- You can add the sprite template.
Additionally, You can add docs file for your final that host index.html file for your final project and can be hosted on GitHub/CDN/Netlify by using the following command.
gulp build