Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 569 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 569 Bytes

Get up or Pay

That's probably a bit rude, but that was our name

Usage

  • install webpack: "npm install -g webpack",
  • install packages: "npm install",
  • go to the root folder of the project,
  • create "build" folder: "mkdir build",
  • create a symlink to index.html: "ln -s $(pwd)/src/index.html $(pwd)/build/index.html",
  • create a symlink to main.css: "ln -s $(pwd)/src/main.css $(pwd)/build/main.css",
  • create a symlink to background.jpeg: "ln -s $(pwd)/src/background.jpeg $(pwd)/build/background.jpeg",
  • run webpack in a watch mode: "webpack --watch"