Skip to content

Installing and Running

unocelli edited this page Mar 24, 2020 · 8 revisions

FUXA is developed with NodeJS (backend) and Angular (frontend). You can use the released Windows desktop version build with Electron framework or follow the installation.

You need to have installed Node (Version 10.17) and NPM (Version 6.11). You need Python 2.7 (in Windows add to Environment Variable PATH) why some packages must be compiled from the source.

Clone this repository or download it

git clone https://github.com/frangoteam/fuxa.git

Install

cd ./server
npm install

Start NodeJS server at http://localhost:1881

cd ./server
npm start

Open up a browser (better Chrome) and navigate to http://localhost:1881