Skip to content

Commit 94e68fa

Browse files
committed
feat: Use yarn, #14
1 parent c7f083c commit 94e68fa

File tree

4 files changed

+3392
-4930
lines changed

4 files changed

+3392
-4930
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
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. 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

3335
2. Install dependencies.
34-
`npm install`
36+
`yarn install`
3537

3638

3739
## Usage
3840

3941
1. Run the localhost static website development environment.
40-
`npm run dev`
42+
`yarn dev`
4143

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

5052
4. Run the production static website (does not use live reload).
51-
`npm run start`
53+
`yarn start`
5254

5355

5456
## References

0 commit comments

Comments
 (0)