Node.js
Instalar Node.js
sudo apt-get install curl software-properties-common curl -sL https://deb.nodesource.com/setup_1...
CMS Node.js
https://keystonejs.com/ https://strapi.io/ https://apostrophecms.org/
Node Express SSL
https://itnext.io/node-express-letsencrypt-generate-a-free-ssl-certificate-and-run-an-https-serve...
Remove node_modules
# -- Linux # Print out a list of directories to be deleted: find . -name 'node_modules' -type d...
Running test (jest) node.js on Windows
node ./node_modules/jest/bin/jest.js --runInBand