This project provides the base Zorium setup, following all current best practices.
Run live-updating webpack dev-server
npm run demo-apinpm run devhttp://127.0.0.1:3000
Environment variable are dynamically injected at runtime (for running in Docker)
npm run distnpm start
npm run dist
docker build -t zorium-seed .
docker run \
--restart always \
-p 3000:3000 \
-e PORT=3000 \
--name zorium-seed \
-d \
-t zorium-seednpm test- server/client unit tests
npm run watch- auto-run unit tests