All Projects → brocessing → bro-start

brocessing / bro-start

Licence: MIT license
🚗💨 Blazing fast webpack setup for static websites

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to bro-start

Binserve
A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code. ⚡️🦀
Stars: ✭ 401 (+3241.67%)
Mutual labels:  handlebars, static-site
Publii
Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners.
Stars: ✭ 3,644 (+30266.67%)
Mutual labels:  handlebars, static-site
stacy
Website generator that combines content from Contentful CMS with Handlebars templates and publishes the website in Amazon S3.
Stars: ✭ 24 (+100%)
Mutual labels:  handlebars, static-site
startover
Startover is a boilerplate for developing static websites. With Startover you don't have to start over!
Stars: ✭ 15 (+25%)
Mutual labels:  handlebars, static-site
hugo-theme-massively
Massively theme for Hugo static site generator
Stars: ✭ 113 (+841.67%)
Mutual labels:  static-site
noobtoberfest
Game-coding challenge for everyone who wants to contribute to an open-source project for Hacktoberfest 2020 🎮
Stars: ✭ 32 (+166.67%)
Mutual labels:  static-site
wordpress-scaffold
The scaffold for GRRR's WordPress Pro setup.
Stars: ✭ 16 (+33.33%)
Mutual labels:  static-site
hyperstache
👨‍🦰 Handlebars just got a trim, alternative JS template engine, 2kb gzip
Stars: ✭ 36 (+200%)
Mutual labels:  handlebars
static-web-apps-gallery-code-samples
A community showcase of projects built with Azure Static Web Apps 🎉 Visit: https://microsoft.github.io/static-web-apps-gallery-code-samples/
Stars: ✭ 96 (+700%)
Mutual labels:  static-site
generator-speedseed
Oriented to components, allow create/choice template, multiple configuration with easy maintenance
Stars: ✭ 13 (+8.33%)
Mutual labels:  webpack3
spring-mvc-ex
SpringMVC 게시판 구현 : 연습예제
Stars: ✭ 17 (+41.67%)
Mutual labels:  handlebars
ethereal-jekyll-theme
A Jekyll version of the "Ethereal" theme by HTML5 UP.
Stars: ✭ 13 (+8.33%)
Mutual labels:  static-site
simple-dev-blog-zola-starter
A simple dev-blog theme for Zola.
Stars: ✭ 30 (+150%)
Mutual labels:  static-site
to-htm
Conversion tool from JSX or Handlebars to htm (tagged template literal)
Stars: ✭ 35 (+191.67%)
Mutual labels:  handlebars
site
🏁📑 Static site generator for landing pages, docs, and more
Stars: ✭ 31 (+158.33%)
Mutual labels:  static-site
dry
Dry is a new template engine and language, and is a superset of Shopify's Liquid, with first-class support for advanced inheritance features, and more. From the creators of Enquirer, Assemble, Remarkable, and Micromatch.
Stars: ✭ 66 (+450%)
Mutual labels:  static-site
vue-picture-viewer
一款基于Vue2x的图片预览插件
Stars: ✭ 16 (+33.33%)
Mutual labels:  webpack3
taman
Pelican theme with "just the right amount"
Stars: ✭ 14 (+16.67%)
Mutual labels:  static-site
nextjs-github-pages
🚀 Deploy a Next.js app to Github Pages via Github Actions.
Stars: ✭ 89 (+641.67%)
Mutual labels:  static-site
webpack-multiple-pages
自由代码分割、react/vue共存、支持高清方案、代码自动校验与格式化
Stars: ✭ 64 (+433.33%)
Mutual labels:  webpack3

brostart

bro-start

Blazing fast webpack setup for static websites







😒 Why another frontend setup?

Webpack is a nice, easily customizable module bundler.
It pairs nice with modern javascript frameworks like Vue or React but it's a hassle when it comes to compile some good old html files. 👴 Bro-start combines for you the coolest webpack features with a simple static file generator.



🎅 I want my bro-start setup!

svn export https://github.com/brocessing/bro-start/trunk bro-start
cd bro-start
yarn install
# Yarn is FAST ! But npm install will do the job as well.

You can also download the latest release



👜 Features

  • Webpack 3
  • SASS + PostCSS + Autoprefixer
  • ES6 transpilation with babel + babel-preset-env
  • Webpack Dev Server and Hot Reloading
  • Static rendering from handlebars templates
  • Easily configurable with multiple config files for each parts of the starter kit
  • autoPartials option to register all your handlebars partials automatically before any rendering
  • BrowserSync and its features (localtunnel, xip.io, ...)
  • Hash, publicPath from webpack is available as data in your layouts
  • deploy script to push the build on a gh-pages branch, using ghp
  • Linting with ESLint (and Standard plugin) and Stylelint
  • Generate stats.json from your bundled js with analyze command


🔨 License

MIT.



Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].