ZTM
Udemy Course - Complete NodeJS Developer.
Node.js
is installed ⚡- Prefered Code-Editor/IDE is installed (For example:
vscode
) ✍ - Terminal is ready 😎
Exercises for node packages.
Install npm packages ⬇
npm install
Run node application 🏎️💨
npm start
Clean packages 🧹🪣
npm run clean
Check vulnerabilities 🤔
npm audit
Fix vulnerabilities if needed ✅
npm audit fix