exoframe-template-node-16-lts
v0.3.0
Published
Node.JS 16 LTS Alpine (node:lts-alpine) deployment template for exoframe
Downloads
2
Readme
exoframe-template-node-16-lts
Node.JS 16 LTS Alpine (node:lts-alpine) deployment template for exoframe.
Usage
# Install the template into exoframe (needs to be installed globally, or use npx exoframe instead)
$ echo "exoframe-template-node-16-lts" | exoframe template
# Change directory to static website to deploy with SPA support (React, Vue, etc)
$ cd ./static_website
# Changes template to this one
$ jq '.template |= "exoframe-template-node-16-lts"' json | tee exoframe.json
# Enjoy :)
$ exoframe deploy --update # (or no --update; as you wish)