Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 443 Bytes

File metadata and controls

11 lines (9 loc) · 443 Bytes
  • Install nodejs
  • Install webpack globally: npm install webpack -g
  • Install webpack-dev-server globally: npm install webpack-dev-sever -g
  • Clone repo
  • Install dependencies: npm install
  • Start webpack-dev-server on localhost:8080: npm run dev
  • Browse to http://localhost:8080

Other npm scripts:

  • Clean-build: npm run clean-build (builds to ./build -- not needed for webpack-dev-server; just an example of what ./build would look like.