From 9df2fe9cccef9a719736d95e22c306588429a79b Mon Sep 17 00:00:00 2001 From: Angelos Chatzimparmpas Date: Tue, 11 Jan 2022 16:06:01 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c78e077..9a00621 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ pip install -r requirements.txt ``` For the frontend: -- [Node.js](https://nodejs.org/en/) +- [Node.js](https://nodejs.org/en/) (including Webpack; to install it, `npm install webpack-dev-server@3.10.3`) - [D3.js](https://d3js.org/) - [Plotly.js](https://github.com/plotly/plotly.js/) -There is no need to install anything for the frontend, since all modules are in the repository. +There is no need to install anything further for the frontend, since all modules are in the repository. # Usage # Below is an example of how you can get FeatureEnVi running using Python and Node.js for the backend and frontend, respectively. The frontend is written in JavaScript/HTML with the help of Vue.js framework, so it could be hosted in any other web server of your preference. The only hard requirement (currently) is that both frontend and backend must be running on the same machine.