/Template

Simple webpack 4 template with babel and eslint

Primary LanguageJavaScriptMIT LicenseMIT

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)