To install

npm i && bower i

To view:

gulp build

Visit /build/index.html Make sure you turn on MOBILE VIEW in the browser (on chrome, inspect element, toggle device view & select a phone).

To work on:

gulp watch

About the layout / setup

The shared folder contains all assets that do not get compiled and all precompiled files:

  • fonts
  • images
  • javascript
  • pages
  • partials
  • sass

We use nunjucks to render templates into html.

We use sass, bootstrap and BEM for our css styles.

Finally, we use gulp to compile and build our html templates.