Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 2.08 KB

File metadata and controls

47 lines (38 loc) · 2.08 KB

Web Development with NodeJs

This repository contains codes for full stack web development using NodeJS as your environment.

Before you get started developing your web application. Make sure your machine met the prerequisites below.

Prerequesites

How to download and use the codes

  • [1] Go to your project folder. The folder where your project will be. image

  • [2] Open Git Bash by right-click and click on Git Bash. image

  • [3] On your Git Bash CLI type the code below. This will clone this project page onto your machine. You must be connected to the internet to download this code.

  git clone https://github.com/Coding-Robotics-Club/Web-Development-with-Nodejs.git

image

  • [4] Once the Git has finished cloning this project. Proceed with this step by entering the code below.
  cd Web-Development-with-Nodejs

image

  • [5] Choose one of the project and CD into that project.
  cd Web-Development-with-Nodejs/Covid19App
  or
  cd Web-Development-with-Nodejs/Covid19HybridApp

image

  • [6] Once inside y the project of your choice. Enter this command below to install all the dependencies for this project. Again you need internet connection for this.
  npm install

image

Happy coding