Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 333 Bytes

Simple webpack 4 template with babel and eslint

download

  • Download this zip and extract it to desired location (or clone via terminal).
  • In your location to enter the terminal commands:
    • npm install --save-dev
    • npm prune --save-dev
    • npm run watch
  • (The npm 6.13.7 and node 13.9.0 was installed)