Skip to content

Commit f51abba

Browse files
authored
Merge pull request #15 from weaponsforge/weaponsforge/livereload-basic-14
weaponsforge/livereload-basic 14
2 parents c7f083c + ad57b6b commit f51abba

File tree

4 files changed

+3393
-4930
lines changed

4 files changed

+3393
-4930
lines changed

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@
1717
The following dependecies are used for this project. Feel free to experiment using other dependencies and versions.
1818

1919
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)
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

3336
2. Install dependencies.
34-
`npm install`
37+
`yarn install`
3538

3639

3740
## Usage
3841

3942
1. Run the localhost static website development environment.
40-
`npm run dev`
43+
`yarn dev`
4144

4245
2. 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

5053
4. Run the production static website (does not use live reload).
51-
`npm run start`
54+
`yarn start`
5255

5356

5457
## References

0 commit comments

Comments
 (0)