VILLASframework
Modular co-simulation framework
Frontend

Code: https://git.rwth-aachen.de/acs/public/villas/web

Description

The frontend is build upon ReactJS and Flux. React is responsible for rendering the UI and Flux for handling the data and communication with the backends. For more information also have a look at REACT.md Additional libraries are used, for a complete list see the file package.json.

Requirements

Setup and Running

$ git clone --recursive https://git.rwth-aachen.de/acs/public/villas/web.git
$ cd web
$ npm install
$ npm start

This runs the development server for the website on your local computer at port 3000. The backend must be running to make the website work. Type http://localhost:3000/ in the address field of your browser to open the website.