Skip to content

Dionnie123/node_js_practices

Repository files navigation

NodeJSGuide

A Startup guide for NodeJS

What is Node JS?

  • not a programming language, it is javascript runtime environment, means it can run javascript codes without browser by converting js code to machine code using google v8 engine

Setup

  1. Install NodeJS
  2. Install VSCode, NodeJS Essential Extensions, npm install auto-install
  3. Create Folder project on desktop
  4. Open with VSCode, on terminal run: npm init -y
  5. Create index.js
  6. npm .

About

This is my node js practices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published