Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 343 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 343 Bytes

Webpack Article

=======

This is example code for Webpack Usage.

Usage

  • Step1: Install dependencies
  npm install
  • Step2: Run server
  webpack-dev-server --inline --hot
  • Step3: Visit url
  http://localhost:8080/webpack-dev-server