Home
Softono
webpack-handlebars-bootstrap

webpack-handlebars-bootstrap

Open source MIT JavaScript
44
Stars
21
Forks
0
Issues
5
Watchers
6 years
Last Commit

About webpack-handlebars-bootstrap

JAMstack static site generator built with Webpack, Bootstrap and Handlebars.

Platforms

Web Self-hosted

Languages

JavaScript

License

Webpack 4 + Bootstrap 4 + Handlebars

Static site generator built with Webpack, Bootstrap and Handlebars.

Webpack 4 + Bootstrap 4 + Handlebars

Demo

https://webpack-handlebars-bootstrap.netlify.com/

Installation

git clone https://github.com/statickidz/webpack-handlebars-bootstrap.git your-app-name
cd your-app-name
yarn install

Run development

yarn start

Build Static site for production

yarn build

Netlify Deploy Build settings

  • Add your repository normally
  • Build command: webpack --config webpack-prod.config.js --colors --optimize-minimize
  • Publish directory: dist

Features:

  • Static-site
  • SEO friendly
  • Webpack 4
  • Bootstrap 4
  • FontAwesome 5
  • BrowserSync with localtunnel, xip.io, ...
  • Hot Module Replacement
  • ES6 Support via babel-loader
  • SASS Support via sass-loader
  • Linting via eslint-loader