Skip to content

dec04/webpack-base-app

Repository files navigation

CodeQL

Webpack base application

Simple preconfigured webpack application.

How to:

Just clone this on webserver and run

npm install

When it done use this for developer mode

npm run dev

for production

npm run build

for dev-server and hot reloading (on http://127.0.0.1:4200)

npm run start

for webpack-analyze (default on http://127.0.0.1:8888)

npm run stats

Ohter setting in package.json and webpack settings in webpack.config.js

That's all. Happy hacking. 💟