Skip to content

pdomkar/jo-wedding-web

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published