npm install
rollup -c rollup.config.store.js
npm run develop
superstore.count.subscribe(value => a = value)
a
a
docker run --name svelte-shared-store \
-p 8080:80 \
-v $PWD/build:/usr/share/nginx/html:ro \
-v $PWD/nginx.conf:/etc/nginx/nginx.conf:ro \
-P -d nginx:1.17-alpine
docker container rm --force svelte-shared-store