-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSoftware Installation.txt
More file actions
78 lines (43 loc) · 1.68 KB
/
Software Installation.txt
File metadata and controls
78 lines (43 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Installation of Notepad++
----------------------------------
-> goto "google" -> type " notepad++"
-> goto "https://notepad-plus-plus.org/"
-> click on "download" button
-> select the download options like (32 bit / 64 bit)
-> Click on the "installer" link
-> it downloads a '.exe' file
-> double click on the downloaded file
-> proceed with default installation.
Installation of Node JS
-------------------------------
-> Goto "Google" -> type 'node js"
-> goto "https://nodejs.org/en/"
-> click on "10.15.1" green button
-> it downloads a '.msi' file
-> double click on '.msi' file
-> proceed with the default installation.
Verification of Node Js Installation
-----------------------------------------------
-> goto "command prompt"
-> type 'node -v' to get the version of Node JS
-> once you get the version, it is installed successfully
-> type 'npm -v' to get version of NPM
-> once you get the version, it is installed successfully
-> Now you can install 'live server'
Installation of Live Server
-----------------------------------
-> go to "Command Prompt"
-> type 'npm install -g live-server" (with internet connection)
-> Once it is installed, we can check the version of it by using
'live-server -v'
-> here we get the version as 'live-server 1.2.1'
Download Source for the HTML Developemnt
---------------------------------------------------------------
-> go to "google"
-> type "guptaashwanee"
-> go to "https://github.com/guptaashwanee"
-> click on "HTML_5_Course"
-> Click on "Clone or Download" green color button
-> it downloads a '.zip' file
-> Extract the zip file
-> Open in any IDE