How to Set Up a Node.js Project

Subscribers:
1,750,000
Published on ● Video Link: https://www.youtube.com/watch?v=wM3TEvQn2hw



Category:
Guide
Duration: 24:44
40,701 views
1,329


Learn how to set up a Node.js project, run JavaScript code outside the browser, and use npm for package management! Code: https://thecodingtrain.com/tracks/discord-bots/discord/setup-node-project

๐Ÿš€ Watch this video ad-free on Nebula https://nebula.tv/videos/codingtrain-how-to-setup-a-nodejs-project

๐Ÿ’ป Github Repo: https://github.com/CodingTrain/node-project-demo

๐ŸŽฅ Previous: https://youtu.be/46WOuOrMwTQ
๐ŸŽฅ Next: https://youtu.be/AvQcTjB3gPg

References:
๐Ÿ“‚ fs module: https://nodejs.org/api/fs.html
๐Ÿ“ฆ npm registry: https://www.npmjs.com/
๐Ÿฎ cowsay package: https://www.npmjs.com/package/cowsay
๐Ÿ–ผ๏ธ canvas package: https://www.npmjs.com/package/canvas
๐Ÿค– Discord Bot Examples: https://github.com/CodingTrain/Discord-Bot-Examples/

Timestamps:
0:00 Introduction
1:47 Running JavaScript code with Node
3:04 Creating a Node project
7:24 Using built-in Node modules
11:51 Installing and using third party packages
18:26 Working with existing Node projects
24:02 Summary

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 #javascript #nodejs