Skip to content

basic-webpack - just basic bundle which handles html, css, js and images.

Notifications You must be signed in to change notification settings

DTHRT/basic-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-webpack

Just basic bundle which handles html, css, js and images.

How to install?

Just clone this repo and enter npm install.

Commands:

  • npm run start - launch dev server;
  • npm run build-dev - build dev bundle (inline css, unoptimized);
  • npm run build-prod - build prod bundle (generate folder dist with final bundle);
  • npm run clear - delete dist folder;
  • npm run kill-node-modules - delete node_modules folder (you don't need that);

About

basic-webpack - just basic bundle which handles html, css, js and images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published