Sign inSign up

boomfunc/ssr

By boomfunc

Updated about 7 years ago

Image
1

1.3K

boomfunc/ssr repository overview

README

Server side rendering for bmp components

Optional: add bundle.js of your project to bmp.application section of package.json

  • up containers in your enviroment
docker-compose up -d
  • get shell of container ssrbmp
docker-compose exec ssrbmp sh
  • install dependencies
npm install
  • RUN render script:
node --experimental-modules --no-warnings --experimental-vm-modules render.mjs --url=/ --src=https://jetsmarter.com/data/com/jetsmarter.biggame/index.es.js

OR

npm start

Tag summary

Content type

Image

Digest

Size

43.4 MB

Last updated

about 7 years ago

docker pull boomfunc/ssr