This repository contains the files to learn the WebDevelopment using Node.js (from basic -> creating a basic page to all levels).
By Web Development you have the power to alter the web and to utilize it's content to full of it's potential. You as a creator have power to alter the web contents upto your needs
With a website you can not only let people know about your presence in market, but can also increase your earnings and revenue by attracting more customers. To get all these benefits and to cope up with the comprehensive online market, you must own an excellent website with informative content and latest backend technology.
Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux and macOS. It is a super fast and lightweight Source Code Editor which can be used to view, edit, run and debug source code for applications. It is mainly used by front-end developers.
Official VS Code for Windows, Linux and MAC OS can be found on VS CODE DOWNLOAD
- First, update the packages index and install the dependencies by typing:
sudo apt update sudo apt install software-properties-common apt-transport-https wget
- Next, import the Microsoft GPG key using the following wget command:
And enable the Visual Studio Code repository by typing:
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
- Once the repository is enabled, install the latest version of Visual Studio Code with:
sudo apt update sudo apt install code
Now that VS Code is installed on your Ubuntu system you can launch it either from the command line by typing code
or by clicking on the VS Code icon (Activities -> Visual Studio Code).
Run the Downloaded VS Code installer and the software will get installed in your local machine sucessfully. The VS Code files can be found in C:\users\{username}\AppData\Local\Programs\Microsoft VS Code
in the machine
- Download Visual Studio Code for MAC
- Double-click on the downloaded archive to expand the contents.
- Drag Visual Studio Code.app to the Applications folder, making it available in the Launchpad.
- Add VS Code to your Dock by right-clicking on the icon and choosing Options Keep in Doc.
This repository holds the content for :
- HTML
- CSS
- JAVASCRIPT (EmmaScript 6)
- Node.JS
- Mongo DB and PortgresDB
Here HTML - 5, CSS - 3 , JavaScript (EmmaScript 6) is covered with Node.js , using NPM and using other dependencies of Node along with Express.js and a database to create a complete frontend and backend of a website
Some modules are developed using Bootstrap 4 , so you can get pretty good knowledge of complete WEB DEVELOPMENT here.