Commit 7bc2d9c4 authored by Pieterjan Vanhoof's avatar Pieterjan Vanhoof Committed by GitHub

Merge pull request #183 from D3m0nKingx/patch-2

Added instructions for installing Nodejs/npm
parents c6595edf 12c91f3d
......@@ -15,7 +15,13 @@ Navigate to the Breeze UI in a terminal:
cd ./Breeze/Breeze.UI
```
Install dependencies with npm:
## Install NodeJS:
Download and install the latest Long Term Support (LTS) version of NodeJS at: https://nodejs.org/.
## Install dependencies with npm:
From within Breeze.UI directory run:
``` bash
npm install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment