Just another collection of CheatSheets.
living document – constantly updating
So far:
- root
-
- vscode settings
Sets every
.js
file to be read asreactjs
.
- vscode settings
Sets every
-
- .env
Adds
NODE_PATH=src/js/
to be able to cross-import files.
- .env
Adds
sudo chmod a+x ./app/build.sh
https://github.com/nodesource/distributions/blob/master/README.md#debinstall
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo lsof -i :<port>
sudo kill -9 <port PID>