All Projects → hardwit → webpack-boilerplate

hardwit / webpack-boilerplate

Licence: other
Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to webpack-boilerplate

webpack-4-react-bootstrap-starter-template
Starter boilerplate template for webpack 4 with React, Bootstrap 4
Stars: ✭ 16 (-33.33%)
Mutual labels:  bootstrap4, webpack4, webpack4starter
webpack-boilerplate
Webpack 4 boilerplate (babel, eslint, prettier, jest, sass, postcss, hmr, browsersync)
Stars: ✭ 33 (+37.5%)
Mutual labels:  webpack-boilerplate, webpack4
React Redux Bootstrap Webpack Starter
React 16.9 + Typescript + React-Router 4 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 4 + styled-components STARTER
Stars: ✭ 133 (+454.17%)
Mutual labels:  bootstrap4, webpack4
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (+329.17%)
Mutual labels:  bootstrap4, webpack4
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (+854.17%)
Mutual labels:  bootstrap4, webpack4
webpack-es6-sass-boilerplate
A minimalistic webpack 4 based boilerplate for building web apps
Stars: ✭ 38 (+58.33%)
Mutual labels:  webpack-boilerplate, webpack4
react-boilerplate
minimalize modern react boilerplate created using webpack 4 include technology pwa and include popular tools for react developer
Stars: ✭ 18 (-25%)
Mutual labels:  webpack-boilerplate, webpack4
bootpack
Create multi-page websites using bootstrap for development and webpack for task running.
Stars: ✭ 30 (+25%)
Mutual labels:  bootstrap4, webpack4
AMS
Attendance management system made my me, which I use for taking attendance.
Stars: ✭ 13 (-45.83%)
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 (+95.83%)
Mutual labels:  bootstrap4
abdulmoqueet.github.io
My Professional Portfolio
Stars: ✭ 17 (-29.17%)
Mutual labels:  bootstrap4
bootstrap-tailwind-breakpoints
A tiny little thing that helps you keep track of your break points.
Stars: ✭ 19 (-20.83%)
Mutual labels:  bootstrap4
webpack-starter
Simple webpack config with babel, scss, and lodash
Stars: ✭ 47 (+95.83%)
Mutual labels:  webpack4
startui-admin
StartUI - Free html admin dashboard template
Stars: ✭ 31 (+29.17%)
Mutual labels:  bootstrap4
material-sass
A rubygem of Material Design for Bootstrap 4
Stars: ✭ 55 (+129.17%)
Mutual labels:  bootstrap4
lara8auth
This is a simple auth starter setup for laravel 8 projects using bootstrap and laravel fortify
Stars: ✭ 11 (-54.17%)
Mutual labels:  bootstrap4
discord-bootstrap-theme
Custom bootstrap theme
Stars: ✭ 13 (-45.83%)
Mutual labels:  bootstrap4
startbootstrap-logo-nav
A Bootstrap navigation template with a logo in the navigation bar - created by Start Bootstrap
Stars: ✭ 65 (+170.83%)
Mutual labels:  bootstrap4
mudjs
WebSocket MUD client for DreamLand
Stars: ✭ 13 (-45.83%)
Mutual labels:  bootstrap4
Python
covers python basic to advance topics, practice questions, logical problems in python, web development using html, css, bootstrap, jquery, DOM, Django 🚀🚀. 💥 🌈
Stars: ✭ 29 (+20.83%)
Mutual labels:  bootstrap4

Webpack 4 Boilerplate

Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board

Download

Download in current directory

$ curl -L -o master.zip https://github.com/hardwit/webpack-boilerplate/archive/master.zip && unzip master.zip && rm master.zip && mv ./webpack-boilerplate-master/* ./ && rm -rf ./webpack-boilerplate-master

Setup

Install dependencies

$ npm install

Scripts

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/

$ npm run dev

Build the current application for deployment

$ npm run build
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].