All Projects → manchenkoff → webpack-bootstrap

manchenkoff / webpack-bootstrap

Licence: MIT license
Bootstrap 4 template based on Webpack

Programming Languages

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

Projects that are alternatives of or similar to webpack-bootstrap

vue-popper-component
Popper.js directive for Vue.js
Stars: ✭ 47 (-2.08%)
Mutual labels:  popper
hugo-dynamic-tabs
A Hugo theme component that allows you to add dynamic tabs in your markdown files.
Stars: ✭ 36 (-25%)
Mutual labels:  bootstrap4
crudular
An Angular CRUD example application using JWT and consuming a JSON API
Stars: ✭ 16 (-66.67%)
Mutual labels:  bootstrap4
Azia-Admin-Bootstrap-Template
Free Bootstrap 4 Admin template
Stars: ✭ 73 (+52.08%)
Mutual labels:  bootstrap4
spring-boot-vuejs-websockets
✔️ Simple spring-boot vue.js app with websockets and docker support
Stars: ✭ 30 (-37.5%)
Mutual labels:  bootstrap4
luya-bootstrap4
Bootstrap4 Assets and Helper classes like ActiveForm for LUYA and Yii2.
Stars: ✭ 18 (-62.5%)
Mutual labels:  bootstrap4
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-64.58%)
Mutual labels:  bootstrap4
vue-loopback
A Vue project template with Loopback framework optionally with Vuex, Vue-router, and Auth boilerplaite
Stars: ✭ 52 (+8.33%)
Mutual labels:  bootstrap4
webpack-boilerplate
Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board
Stars: ✭ 24 (-50%)
Mutual labels:  bootstrap4
sparky
A Bootstrap 3 and 4 Sass Starter Project
Stars: ✭ 21 (-56.25%)
Mutual labels:  bootstrap4
mudjs
WebSocket MUD client for DreamLand
Stars: ✭ 13 (-72.92%)
Mutual labels:  bootstrap4
startbootstrap-logo-nav
A Bootstrap navigation template with a logo in the navigation bar - created by Start Bootstrap
Stars: ✭ 65 (+35.42%)
Mutual labels:  bootstrap4
ContestMania
A platform for tracking your competitive progress on various competitive coding websites.
Stars: ✭ 36 (-25%)
Mutual labels:  bootstrap4
VTMsite
Vampire: The Masquerade character creator page made with Angular
Stars: ✭ 36 (-25%)
Mutual labels:  bootstrap4
startbootstrap-1-col-portfolio
A one column Bootstrap HTML portfolio template - created by Start Bootstrap
Stars: ✭ 60 (+25%)
Mutual labels:  bootstrap4
Admin-Dashboard-Template-Bootstrap
Admin Dashboard Template - Bootstrap 4 & Material Design. ATTENTION! New templates for the latest Bootstrap 5 are now also available. Access new free templates via the link below.
Stars: ✭ 47 (-2.08%)
Mutual labels:  bootstrap4
simple-webpack-starter
Webpack 4 starter project for rapid websites development with SASS, Bootstrap 4, ES6 & Docker.
Stars: ✭ 18 (-62.5%)
Mutual labels:  bootstrap4
cuida
A design system built by Sysvale, using storybook and Vue components
Stars: ✭ 16 (-66.67%)
Mutual labels:  bootstrap4
tablerDash
tabler dashboard template for shiny
Stars: ✭ 72 (+50%)
Mutual labels:  bootstrap4
gulp-sass-bootstrap-boilerplate
⏰📌 Boilerplate with gulp.js, Sass, Babel, and Browsersync.
Stars: ✭ 24 (-50%)
Mutual labels:  bootstrap4

Webpack Bootstrap 4 template

Description

This project contains preconfigured Webpack 4 to work with the following tasks:

  • Compile SCSS to CSS
  • Optimize images (*.png, *.jpeg, *.gif)
  • Convert SVG into inline 'data:image' format
  • Fonts loader
  • Automatic copy static directory to the dist directory
  • Production optimization (styles, JavaScript, images)
  • Build source maps

Includes

  • Bootstrap 4 (SCSS, JS)
  • jQuery
  • Popper
  • Google Material Icons

Installation

  • Execute a command from the root directory
npm install
  • Use 'index.html' as home page
  • Write Your own JavaScript in the file: src/js/app.js
  • Also Your styles may be placed in the SCSS file: src/scss/app.scss
  • Then run the following command to build dev bundle:
npm run build
  • Good luck!

Project structure

  • src: Project sources root
    • img: Images and icons used in your styles
    • js: JavaScript code-base for your application
    • scss: Styles sources (may contain structure what you like)
    • static: Images and media-files which uses statically (will be copied to the dist directory), ex: uses in the HTML

Tasks

  • Build sources - npm run build
  • Start file watcher for recompiling - npm run watch
  • Start webpack dev server - npm run start
  • Build sources for production (with optimization) - npm run production
  • Clean 'dist' folder - npm run clear
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].