All Projects → henk-badenhorst → simple-webpack-starter

henk-badenhorst / simple-webpack-starter

Licence: MIT license
Webpack 4 starter project for rapid websites development with SASS, Bootstrap 4, ES6 & Docker.

Programming Languages

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

Projects that are alternatives of or similar to simple-webpack-starter

Yii2 Starter Kit
Yii2 Starter Kit
Stars: ✭ 1,372 (+7522.22%)
Mutual labels:  starter-template, bootstrap4
gatsby-reactstrap
Adding Bootstrap 4 to an Gatsby React App and serve generated the static site with Express.js
Stars: ✭ 25 (+38.89%)
Mutual labels:  starter-template, bootstrap4
sparky
A Bootstrap 3 and 4 Sass Starter Project
Stars: ✭ 21 (+16.67%)
Mutual labels:  starter-template, bootstrap4
Bootstrap 4 Sass Gulp 4 Boilerplate
A Bootstrap 4.5.2 boilerplate with font-awesome, sass, gulp 4 tasks
Stars: ✭ 103 (+472.22%)
Mutual labels:  starter-template, bootstrap4
VTMsite
Vampire: The Masquerade character creator page made with Angular
Stars: ✭ 36 (+100%)
Mutual labels:  bootstrap4
nativescript-angular-web-starter
A starter project to create web and native mobile apps using nativescript and angular with single shared code base.
Stars: ✭ 47 (+161.11%)
Mutual labels:  starter-template
bootstrap-tailwind-breakpoints
A tiny little thing that helps you keep track of your break points.
Stars: ✭ 19 (+5.56%)
Mutual labels:  bootstrap4
startui-admin
StartUI - Free html admin dashboard template
Stars: ✭ 31 (+72.22%)
Mutual labels:  bootstrap4
webpack-boilerplate
Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board
Stars: ✭ 24 (+33.33%)
Mutual labels:  bootstrap4
material-sass
A rubygem of Material Design for Bootstrap 4
Stars: ✭ 55 (+205.56%)
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 (+161.11%)
Mutual labels:  bootstrap4
facebook-clone
Building Facebook clone. As usual, any additional styling will be up to you but the really important stuff is to get the data and back end working properly.
Stars: ✭ 14 (-22.22%)
Mutual labels:  bootstrap4
cucumber6-ts-starter
Starter project to write and debug cucumber-js features in TypeScript language
Stars: ✭ 62 (+244.44%)
Mutual labels:  starter-template
django-ecommerce
This is a E-Commerce Website
Stars: ✭ 115 (+538.89%)
Mutual labels:  bootstrap4
startbootstrap-logo-nav
A Bootstrap navigation template with a logo in the navigation bar - created by Start Bootstrap
Stars: ✭ 65 (+261.11%)
Mutual labels:  bootstrap4
AMS
Attendance management system made my me, which I use for taking attendance.
Stars: ✭ 13 (-27.78%)
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 (-5.56%)
Mutual labels:  bootstrap4
mudjs
WebSocket MUD client for DreamLand
Stars: ✭ 13 (-27.78%)
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 (+61.11%)
Mutual labels:  bootstrap4
materializecss starter
A Starter Boilerplate for Materializecss, ionicons, font-awesome and Animatecss
Stars: ✭ 58 (+222.22%)
Mutual labels:  starter-template

Build Status JavaScript Style Guide

Simple Webpack Starter

A simple and quick starter project for building basic websites using SCSS and Bootstrap 4 & JavaScript (ES6). Featuring all the Webpack magic such as Hot Module Replacement, asset minification, and JavaScript obfuscation. In addition to this, you can easily deploy your application with Docker which will serve it with Nginx.

👉 Demo

Key Features

  • ES6 with Babel & StandardJs
  • Sass & Sass Linter
  • Bootstrap 4
  • Docker & Nginx
  • Production Ready

Get Started

Install Node Modules

$ npm install

Usage

Start Development Server

$ npm start

Build Application Locally

$ npm run build

Deploying To Production

Build Docker Image

$ docker-compose build

Start Docker Image

$ docker-compose up -d

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