Coder Social home page Coder Social logo

nodejs-day-1's Introduction

##################### GETTING STARTED WITH NODE AND NPM #################### According to W3School Definition : Node.js is an open source server environment Node.js is free Node.js runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.) Node.js uses JavaScript on the server


What Can Node.js Do? Node.js can generate dynamic page content Node.js can create, open, read, write, delete, and close files on the server Node.js can collect form data Node.js can add, delete, modify data in your database


IDE: Visual Studio Code. Of course, you can use whatever your favorite IDE is. Atom. Brackets, Sublime Text are some examples

TO INSTALL nodejs, head over to: https://nodejs.org/en/ and install the latest version of the Node. YOU WILL GET:


NPM Package manager : https://www.npmjs.com/

Node package manager comes with the Node JS installation. Therefore, there is no need to install NPM separately.

If you would like to start tracking your dev and code dependencies in package.json file:

  1. Go to command line of the project folder. In VS code you can click on CTRL+ ~ and get the command line open at the buttom.
  2. Type npm init , follow the instruction to provide metadata or you can get all the defaults by typing npm init --yes

nodejs-day-1's People

Contributors

sdevkota avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.