asimonia / webpack-template

Webpack Starter Guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes about Webpack

Here are some notes about how this project uses Webpack.

  1. Run npm install to download dependencies.
  2. Run webpack --watch to compile the dist/bundle.js when something changes.
  3. In another tab, run webpack-dev-server.

View the app at http://localhost:8080/webpack-dev-server/ and Webpack Dev Server will watches for changes and live-reload. jshint will also lint all javascript files on the fly in the tab you're running webpack --watch.

About

Webpack Starter Guide


Languages

Language:JavaScript 53.3%Language:HTML 24.1%Language:CSS 22.6%