Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@
The following dependecies are used for this project. Feel free to experiment using other dependencies and versions.

1. Windows 64-bit OS
2. NodeJS
- node version 12.16.3
- npm version 6.14.4
3. NodeJS modules (installed via npm)
2. nvm version 1.1.9 (for Windows)
3. NodeJS 16.14.2 installed using nvm
- node v16.14.2
- npm v8.5.0
4. yarn v1.22.19
- installed using NodeJS
3. NodeJS modules (installed using yarn)
- gulp v.4.0.2
- browser-sync v.2.26.7
- browser-sync v.2.27.10


## Installation
Expand All @@ -31,13 +34,13 @@ The following dependecies are used for this project. Feel free to experiment usi
`https://github.com/weaponsforge/livereload-basic.git`

2. Install dependencies.
`npm install`
`yarn install`


## Usage

1. Run the localhost static website development environment.
`npm run dev`
`yarn dev`

2. Edit the existing static files from the **./public** directory and wait for live reload. Your updates will reflect on the web browser.

Expand All @@ -48,7 +51,7 @@ The following dependecies are used for this project. Feel free to experiment usi
`npm run dev`

4. Run the production static website (does not use live reload).
`npm run start`
`yarn start`


## References
Expand Down
Loading