https://github.com/murhafsousli/mdb4-starter
Material Bootstrap 4 Starter
https://github.com/murhafsousli/mdb4-starter
bootstrap material-design parcel starter
Last synced: about 1 month ago
JSON representation
Material Bootstrap 4 Starter
- Host: GitHub
- URL: https://github.com/murhafsousli/mdb4-starter
- Owner: MurhafSousli
- License: mit
- Created: 2019-04-02T09:56:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T14:21:59.000Z (about 7 years ago)
- Last Synced: 2026-01-01T03:49:51.321Z (5 months ago)
- Topics: bootstrap, material-design, parcel, starter
- Language: JavaScript
- Size: 270 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Material Design Bootstrap Starter using Parcel
## 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.