Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 759 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 759 Bytes

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. 💟