Workflow: Terminal, Shell, Node.js, VSCode
This video covers tools and configurations to set up a JavaScript development environment with Node.js, Visual Studio Code, and shell/terminal access. This is step 1 along the way to creating your own Discord Bot! Code: https://thecodingtrain.com/tracks/2018-workflow/workflow/2023-update
🚀 Watch this video ad-free on Nebula https://nebula.tv/videos/codingtrain-workflow-terminal-shell-nodejs-vscode
Related Videos:
📊 Working with Data and APIs: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6YxDKpFzf_2D84p0cyk4T7X
📜 Git and GitHub for Poets: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV
Terminal and Shell:
🐚 Z Shell: https://zsh.sourceforge.io/
🌈 Oh My Zsh: https://github.com/ohmyzsh/ohmyzsh
💪 curl: https://curl.se/
Node.js:
👾 Node.js: https://nodejs.org/
⚙️ NVM: https://github.com/nvm-sh/nvm
🪟 NVM for Windows: https://github.com/coreybutler/nvm-windows
VSCode:
🆚 Visual Studio Code: https://code.visualstudio.com/
🌈 Prettier Extension: https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
00:00 Introduction
02:45 Terminal access
03:38 Unix
04:51 Shell – a command line interface to the operating system
05:30 Oh My Zsh
07:27 Node.js
08:05 Node Version Manager
11:48 Setting the default version of node
13:07 Visual Studio Code
14:00 Preferences and Extensions
15:27 Prettier
17:15 Format On Save
18:22 Settings.json
20:12 Install ‘code’ command in PATH
23:06 Outro
Editing by Mathieu Blanchette
Animations by Jason Heglund
Music from Epidemic Sound
🚂 Website: https://thecodingtrain.com/
👾 Share Your Creation! https://thecodingtrain.com/guides/passenger-showcase-guide
🚩 Suggest Topics: https://github.com/CodingTrain/Suggestion-Box
💡 GitHub: https://github.com/CodingTrain
💬 Discord: https://thecodingtrain.com/discord
💖 Membership: http://youtube.com/thecodingtrain/join
🛒 Store: https://standard.tv/codingtrain
🖋️ Twitter: https://twitter.com/thecodingtrain
📸 Instagram: https://www.instagram.com/the.coding.train/
🎥 Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
🎥 Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA
🔗 p5.js: https://p5js.org
🔗 p5.js Web Editor: https://editor.p5js.org/
🔗 Processing: https://processing.org
📄 Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct
This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecodingtrain.com/issues/new
#nodejs #shell #unix #terminal #nvm #vscode #editor #workflow #javascript
by The Coding Train
linux web server
I love your beard!
Dude acting like Linux doesn't exist .
I stopped being shown your videos 🙁 I had to look you up and found out I missed three
Bro how to create script for aviator Predictor? 🤔
Little oops there at 4:40, that "ls -all "command has two -l arguments, the second "l" does nothing. It should have been just ls –all (that's two dashes) or ls –all –long (which is equivalent to ls -l -a or even shorter ls -la).
Beginners really only need to remember "ls" and "ls -l" for the short and long form, and "ls -a" or "ls –all" also showing hidden files (as well as "." as a link to the current directory and ".." as a link to the parent directory)
Great video!
Vscode, like you vs the code 👨💻
ZSH is the best
btw tabs or spaces? ( ͡° ͜ʖ ͡°)
1:19 .. I am on Linux 😉
.. that also means I don't need any information on how to install things, so it's ok ._.
what about “warp” terminal. its pretty cool as terminal. has a lot of features out obviously the box. you should check it out
amazing !
Please CONTINUE with Apple ][ dev vidssss
cheers 📣📣🙌🏻🙌🏻😄😄🙋🏻♂🙋🏻♂
I am on Linux so yeah 😅
My setup for the past year has been powershell as my bash and nvim inside alacritty. Can recommend, but needs experience to be useful.
thank you!