All Projects → shamin → webpack-sass-bootstrap-boilerplate

shamin / webpack-sass-bootstrap-boilerplate

Licence: MIT license
Sass, Babel & Bootstrap boilerplate with Webpack building, Dev Server and Live Loading

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to webpack-sass-bootstrap-boilerplate

gulp-sass-bootstrap-boilerplate
⏰📌 Boilerplate with gulp.js, Sass, Babel, and Browsersync.
Stars: ✭ 24 (-74.19%)
Mutual labels:  bootstrap4, bootstrap-boilerplate
zlib
Compression and decompression in the gzip and zlib formats
Stars: ✭ 32 (-65.59%)
Mutual labels:  gzip, gzip-compression
EasyCompressor
⚡ A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.
Stars: ✭ 167 (+79.57%)
Mutual labels:  gzip, gzip-compression
Uzlib
Radically unbloated DEFLATE/zlib/gzip compression/decompression library. Can decompress any gzip/zlib data, and offers simplified compressor which produces gzip-compatible output, while requiring much less resources (and providing less compression ratio of course).
Stars: ✭ 168 (+80.65%)
Mutual labels:  gzip
Vue Cli4 Config
vue-cli4配置vue.config.js持续更新
Stars: ✭ 2,539 (+2630.11%)
Mutual labels:  gzip
laravel-admin
Laravel admin dashboard
Stars: ✭ 22 (-76.34%)
Mutual labels:  bootstrap4
bootstrap4-snippets
Visual studio extension & Intellij plugin for Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets/live templates
Stars: ✭ 113 (+21.51%)
Mutual labels:  bootstrap4
Nginxconfig.io
⚙️ NGINX config generator on steroids 💉
Stars: ✭ 14,983 (+16010.75%)
Mutual labels:  gzip
loopple
Drag & drop dashboard builder
Stars: ✭ 180 (+93.55%)
Mutual labels:  bootstrap4
bootstrap4-glyphicons
How use Glyphicons with Bootstrap 4 (without getting mad)
Stars: ✭ 40 (-56.99%)
Mutual labels:  bootstrap4
Unifiedarchive
UnifiedArchive - an archive manager with a unified way for different formats. Supports all basic (listing, reading, extracting and creation) and specific features (compression level, password-protection). Bundled with console program for working with archives.
Stars: ✭ 246 (+164.52%)
Mutual labels:  gzip
Turbobench
Compression Benchmark
Stars: ✭ 211 (+126.88%)
Mutual labels:  gzip
eCommerce-site-using-Node-Express-js
eCommerce site using Node Express js
Stars: ✭ 53 (-43.01%)
Mutual labels:  bootstrap4
Datacompression
Swift libcompression wrapper as an extension for the Data type (GZIP, ZLIB, LZFSE, LZMA, LZ4, deflate, RFC-1950, RFC-1951, RFC-1952)
Stars: ✭ 191 (+105.38%)
Mutual labels:  gzip
restish
Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in
Stars: ✭ 453 (+387.1%)
Mutual labels:  gzip
Bit7z
A C++ static library offering a clean and simple interface to the 7-zip DLLs.
Stars: ✭ 159 (+70.97%)
Mutual labels:  gzip
sistem skripsi
Proses skripsi menjadi lebih teratur dan cepat yang dilakukan secara online yang bisa diakses dimana saja melalui browser dengan bertujuan menghemat waktu, tenaga dan memudahkan mendapatkan informasi proses skripsi secara Online.
Stars: ✭ 23 (-75.27%)
Mutual labels:  bootstrap4
Connector
Коннектор: удобный HTTP-клиент для 1С:Предприятие 8
Stars: ✭ 240 (+158.06%)
Mutual labels:  gzip
Gulp Size
Display the size of your project
Stars: ✭ 225 (+141.94%)
Mutual labels:  gzip
em inflate
Fast, small, in-memory inflate (zlib, deflate and gzip decompression)
Stars: ✭ 59 (-36.56%)
Mutual labels:  gzip

webpack-sass-bootstrap-boilerplate

License Webpack Bootstrap Sass jQuery Webpack Dev Server

Sass · Babel · Bootstrap · Webpack · Webpack Dev Server · jQuery 3.5.1 · Popper.js

This Webpack Sass Bootstrap boilerplate starter contains the features and scripts you need to get started quickly with Webpack bundling and building, Live Loading,gzip-compression and creating a dev server.

It contains the following features:

  • Webpack 5 bundling
  • Babel ES6 Compiler
  • Sass Compiler
  • Bootstrap v4
  • jQuery 3.5.1
  • Popper.js
  • Webpack Dev Server
  • Generates gzip of both css and js files

Check Out Our Documentation

If you want to check out our official documentation, just click here.

It contains guidance on setting up this starter, as well as feature outlines.

Features

Webpack Loaders

This starter contains the following webpack loaders:

  • Sass Loader for compiling sass (SCSS)
  • File Loader for loading asset files
  • HTML Loader for loading HTML files
  • Babel Loader for compiling ES6 code

Webpack Plugins

The following webpack plugins are also included:

  • Extract Text Plugin for extracting CSS files
  • Clean Webpack Plugin for cleaning unwanted files in dist directory
  • HTML Webpack Plugin for generating HTML files
  • Webpack Provider Plugin for providing jQuery & popper js to Bootstrap
  • Glob for matching HTML files

Getting Started

Requirements

  • Please make sure you have NodeJS installed, as this contains npm, which is necessary for installing dependencies, starting the appropriate scripts, and building your web project.

Quick Start

Clone the repo:

git clone https://github.com/shaminmeerankutty/webpack-sass-bootstrap-boilerplate.git

Navigate to the project folder:

cd webpack-sass-bootstrap-boilerplate

Install all packages and dependencies required for this project:

npm install

Start the development environment (then, navigate to http://localhost:8080):

npm start

Then, open a browser and navigate to: http://localhost:8080/

Building files can be done as follows:

npm run build

How To Use

  • Add your HTML files by inserting or including them in the src directory (By default index.html is added to your src directory, feel free to edit it and experiment with the changes live.)

    • Make sure you restart development server after adding new HTML files
  • Add images to your src/assets folder.

  • Add sass (SCSS) files to src/scss folder.

    • Make sure you import the scss file in main.scss
    @import "filename";

Licence

Code released under the MIT License.

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].