- Handlebars HTML templates with Panini
- Sass compilation and prefixing
- JavaScript module bundling with webpack
- Built-in BrowserSync server
- For production builds:
- CSS compression
- JavaScript module bundling with webpack
- Image compression
To run this site locally, your computer needs:
To manually set up the site, first download it with Git:
git clone https://github.com/erutan/backpacker-yds projectname
Then open the folder in your command line, and install the needed dependencies:
cd projectname
yarn
Finally, run yarn start
to run Gulp. Your finished site will be created in a folder called dist
, viewable at this URL:
http://localhost:8000
To create compressed, production-ready assets, run yarn run build
.