GithubHelp home page GithubHelp logo

krsreenatha / nodejs-basic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devopediaorg/nodejs-basic

0.0 0.0 0.0 80 KB

A sample project for beginners who wish to learn Node.js

License: MIT License

nodejs-basic's Introduction

0. Overview

This is a sample project for beginners who wish to learn Node.js. We will build a small web app. To learn the concepts step by step, we suggest you clone this code repository and checkout relevant checkpoints identified by branch names.

To start learning, you will need to install some essential tools. Versions mentioned below were used on Windows 10 when preparing this project but you may use more recent versions. Install the following:

  • Git (2.19.1): Used to clone repo and checkout code of a specific branch.
  • Node (10.13.0 LTS): JavaScript runtime to run Node.js apps.
  • npm (6.4.1): Used To install and manage node modules. This is automatically installed as part of Node installation.
  • VS Code (1.28.2): Any code editor or IDE would do but we'll use Visual Studio Code for this project.

To validate that correct versions are installed, you can type the following commands on a terminal:

git --version
node -v
npm -v
code -v

To get a high-level overview of Node.js, read the Node.js article on Devopedia.

The rest of this document guides you through the project step by step. To try out code at a particular step, checkout the relevant branch. For example, to checkout code of br0.1 branch, run command git checkout br0.1. Branch names are mentioned in section headers.

nodejs-basic's People

Contributors

arvindpdmn 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.