File tree Expand file tree Collapse file tree 4 files changed +3393
-4700
lines changed Expand file tree Collapse file tree 4 files changed +3393
-4700
lines changed Original file line number Diff line number Diff line change 1717The following dependecies are used for this project. Feel free to experiment using other dependencies and versions.
1818
19191 . 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)
2427 - gulp v.4.0.2
25- - browser-sync v.2.26.7
28+ - browser-sync v.2.27.10
2629
2730
2831## Installation
@@ -31,13 +34,13 @@ The following dependecies are used for this project. Feel free to experiment usi
3134` https://github.com/weaponsforge/livereload-basic.git `
3235
33362 . Install dependencies.
34- ` npm install`
37+ ` yarn install`
3538
3639
3740## Usage
3841
39421 . Run the localhost static website development environment.
40- ` npm run dev`
43+ ` yarn dev`
4144
42452 . Edit the existing static files from the ** ./public** directory and wait for live reload. Your updates will reflect on the web browser.
4346
@@ -48,7 +51,7 @@ The following dependecies are used for this project. Feel free to experiment usi
4851` npm run dev `
4952
50534 . Run the production static website (does not use live reload).
51- ` npm run start`
54+ ` yarn start`
5255
5356
5457## References
You can’t perform that action at this time.
0 commit comments