File tree 4 files changed +3393
-4930
lines changed
4 files changed +3393
-4930
lines changed Original file line number Diff line number Diff line change 17
17
The following dependecies are used for this project. Feel free to experiment using other dependencies and versions.
18
18
19
19
1 . Windows 64-bit OS
20
- 2 . NodeJS
21
- - node version 12.16.3
22
- - npm version 6.14.4
23
- 3 . NodeJS modules (installed via npm)
20
+ 2 . nvm version 1.1.9 (for Windows)
21
+ 3 . NodeJS 16.14.2 installed using nvm
22
+ - node v16.14.2
23
+ - npm v8.5.0
24
+ 4 . yarn v1.22.19
25
+ - installed using NodeJS
26
+ 3 . NodeJS modules (installed using yarn)
24
27
- gulp v.4.0.2
25
- - browser-sync v.2.26.7
28
+ - browser-sync v.2.27.10
26
29
27
30
28
31
## Installation
@@ -31,13 +34,13 @@ The following dependecies are used for this project. Feel free to experiment usi
31
34
` https://github.com/weaponsforge/livereload-basic.git `
32
35
33
36
2 . Install dependencies.
34
- ` npm install`
37
+ ` yarn install`
35
38
36
39
37
40
## Usage
38
41
39
42
1 . Run the localhost static website development environment.
40
- ` npm run dev`
43
+ ` yarn dev`
41
44
42
45
2 . Edit the existing static files from the ** ./public** directory and wait for live reload. Your updates will reflect on the web browser.
43
46
@@ -48,7 +51,7 @@ The following dependecies are used for this project. Feel free to experiment usi
48
51
` npm run dev `
49
52
50
53
4 . Run the production static website (does not use live reload).
51
- ` npm run start`
54
+ ` yarn start`
52
55
53
56
54
57
## References
You can’t perform that action at this time.
0 commit comments