File tree Expand file tree Collapse file tree 4 files changed +3392
-4930
lines changed
Expand file tree Collapse file tree 4 files changed +3392
-4930
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 . yarn v1.22.19
21+ 3 . nvm version 1.1.9 (for Windows)
22+ 3 . NodeJS 16.14.2 installed using nvm
23+ - node v16.14.2
24+ - npm v8.5.0
25+ 3 . NodeJS modules (installed using yarn)
2426 - gulp v.4.0.2
25- - browser-sync v.2.26.7
27+ - browser-sync v.2.27.10
2628
2729
2830## Installation
@@ -31,13 +33,13 @@ The following dependecies are used for this project. Feel free to experiment usi
3133` https://github.com/weaponsforge/livereload-basic.git `
3234
33352 . Install dependencies.
34- ` npm install`
36+ ` yarn install`
3537
3638
3739## Usage
3840
39411 . Run the localhost static website development environment.
40- ` npm run dev`
42+ ` yarn dev`
4143
42442 . Edit the existing static files from the ** ./public** directory and wait for live reload. Your updates will reflect on the web browser.
4345
@@ -48,7 +50,7 @@ The following dependecies are used for this project. Feel free to experiment usi
4850` npm run dev `
4951
50524 . Run the production static website (does not use live reload).
51- ` npm run start`
53+ ` yarn start`
5254
5355
5456## References
You can’t perform that action at this time.
0 commit comments