Demo: https://ruslkan.github.io/foundation-zurb-photographer-website/
The template has a Gulp-based build system with the following features:
- 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 use this template, your computer needs:
With an easy to understand syntax and consistent structure, you'll learn your way around Foundation in no time! (https://get.foundation/sites/docs/)
To manually set up the template, first download it with Git:
git clone https://github.com/ruslkan/foundation-zurb-photographer-website projectname
Then open the folder in your command line, and install the needed dependencies:
cd projectname
npm i
Finally, run npm 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 npm run build
.
Photographer is an open source project that is licensed under MIT.