207 |
208 |
209 |

'Allo, 'Allo!

210 |

Always a pleasure scaffolding your apps.

211 | 212 |
213 |
214 | 215 |
216 |
217 | 218 |
219 |

Here's what you got

220 | Symfony 221 |

High Performance PHP Framework for Web Development

222 | Browsersync 223 |

Keep multiple browsers & devices in sync when building websites.

224 | 225 | <% if (useLess) { %>Less 226 |

Less is a mature, stable, and powerful professional grade CSS extension language.

227 | <% } else if (useSass) { %>Sass 228 |

Sass is a mature, stable, and powerful professional grade CSS extension language.

229 | <% } else if (useStylus) { %>Stylus 230 |

Stylus is a revolutionary new language, providing an efficient, dynamic, and expressive way to generate CSS. Supporting both an indented syntax and regular CSS style.

231 | <% } %> 232 | <% if (useCritical) { %>Critical 233 |

Extracts & inlines critical-path (above-the-fold) CSS from HTML.

<% } %> 234 | Bootstrap 235 |

Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.

236 | <% if (useRequirejs) { %>RequireJS 237 |

A JavaScript file and module loader optimized for in-browser use.

<% } %> 238 | <% if (useJspm) { %>JSPM 239 |

jspm is a package manager for the SystemJS universal module loader, built on top of the dynamic ES6 module loader

<% } %> 240 |
241 |