/mdb4-starter

Material Bootstrap 4 Starter

Primary LanguageJavaScriptMIT LicenseMIT

A Material Design Bootstrap Starter using Parcel

Developers of MDB for jQuery

Quick Guide

  1. git clone this repo git clone https://github.com/MurhafSousli/mdb4-starter.git

  2. Install dependancies npm install or yarn install.

  3. For development, Use npm start or npm run start. This starts the Parcel development server with Hot Module Replacement enabled and open the project in a new broser window/tab.

  4. For production, Use npm run build.

Features

  • Parcel serves and builds fast.
  • Supports ES6.
  • Converts SCSS/SASS files to CSS.
  • Removal of comments (Special comments preserved).
  • Optimizing filenames & assets.
  • Minimizing CSS and JS output files.
  • Generates source map for the minified files.
  • Large js/css files split into chunks for faster loading.
  • Enhanced with FontAwesome 5 SVG icons.