kb
Eve Online Killboard written using JS
Run in DEV environment (webpack-dev-server)
$ npm start
it should automatically opens http://localhost:3000
Build Production bundle
$ npm run build
bundle with static files will be placed in ./dist
folder
Serve Production bundle in Docker (backend should be started also in Docker)
$ docker-compose up --build web
or
$ npm run docker
then open http://localhost:3001
Analyze Production bundle
Visualize size of webpack output files with an interactive zoomable treemap.
$ npm run analyze