tyler-austin / Accelerated-ES6-JavaScript-Course-Project

Accelerated ES6 JavaScript Course Project w/ Babel & Webpack

Home Page:https://tyler-austin.github.io/Accelerated-ES6-JavaScript-Course-Project/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accelerated-ES6-JavaScript-Course-Project

Accelerated ES6 JavaScript Course Project: local development setup with babel and webpack

Course: Accelerated ES6 JavaScript Training by Maximilian Schwarzmüller

Completed Course Project Demo

Attribution:

This project was forked from https://github.com/wbkd/webpack-starter

Installation

npm install

Start Dev Server

npm run dev

Build Prod Version

npm run build

Features:

When running npm run build the extract-text-webpack-plugin is used to move the css to a separate file and included in the head of the index.html, so that the styles are applied before any javascript gets loaded. This function is disabled for the dev version, because the loader doesn't support hot module replacement.

About

Accelerated ES6 JavaScript Course Project w/ Babel & Webpack

https://tyler-austin.github.io/Accelerated-ES6-JavaScript-Course-Project/


Languages

Language:JavaScript 77.4%Language:CSS 15.1%Language:HTML 7.4%