NODE.JS
Up and Running
Lee Blazek

NODE.JS
Up and Running
Lee Blazek

Please city, country, and a short description of your job/career/level in chat.
(sorry there's to many people to go thru all in call)
while we wait - What about you?
NODE.JS
Up and Running
Lee Blazek

Today!
- About Me
- Will go over:
- what is it? / prompt
- installing methods
- releases
- version management
- versioning node project
- understanding package.json and lock
- npm
- alternates like yarn to npm
- npm packages
- debugging
- popular packages
- other resources

About Me
React, Angular, JS, Mean Stack, Front-end, Node api's, with a side of iOS

SME Javascript
Started development in 2003 ~ 17 years
Full-stack JS since 2013 ~ 7 years
Since Angular v 0.8
node 0.x
What is NODE?
- As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications.
- Can run on all OS's
- Angular-cli, webpack, grunt, gulp, are all node programs
Installing NODE
- Standard Installer package https://nodejs.org/en/download/
- package manager https://nodejs.org/en/download/package-manager/
- NVM or NVM windows (RECOMMENDED)
- https://github.com/nvm-sh/nvm
- https://github.com/coreybutler/nvm-windows
Versioning
- Manually however you want
- "npm version [major, minor, etc]"
- https://docs.npmjs.com/cli/version
Resources
- https://nodejs.org/en/
- https://www.npmjs.com/
- https://egghead.io/browse/platforms/node
- https://expressjs.com/

BERZERK
seminars
conferences
training
consulting
projects
https://www.linkedin.com/company/berzerk-io/
LEE BLAZEK
SME Javascript, Angular, React, Vue, NodeJS, all things in the browser

LEE BLAZEK
info@berzerk.io



NODE.JS Up and Running
By Lee Blazek
NODE.JS Up and Running
- 255