1 JS Node frameworks¶

Introduzione allo sviluppo per Javascript
- Author
eaman
- Copyright
GFDL
- Version
0.1
Questi appunti sono ad uso privato.
Indice degli argomenti
Generato il 2023-03-16 con: http://docutils.sourceforge.net/rst.html
1.1 Install Node and npm¶
From https://github.com/nodesource/distributions
LTS:
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - &&\
apt-get install -y nodejs
Latest:
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - &&\
apt-get install -y nodejs
Degit:
npm install -g degit