1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00
No description
Find a file
2017-03-27 18:05:19 +02:00
public !!! Move complete project to ReactJS !!! 2017-03-02 12:47:52 +01:00
src widgets minimum widths and heights 2017-03-27 18:05:19 +02:00
.gitignore !!! Move complete project to ReactJS !!! 2017-03-02 12:47:52 +01:00
package.json Added rd3 to dependencies 2017-03-17 16:11:19 +01:00
REACT.md Add README.md, move old README.md to REACT.md 2017-03-16 22:04:30 +01:00
README Add README.md, move old README.md to REACT.md 2017-03-16 22:04:30 +01:00
README.md Update README.md 2017-03-16 22:05:57 +01:00

VILLASweb

Description

This is VILLASweb, the website displaying and processing simulation data in the web browser. The term frontend refers to this project, the actual website.

The frontend connects to two backends: VILLASweb-backend and VILLASnode.

VILLASnode provides actual simulation data via websockets. VILLASweb-backend provides any other data like user acounts, simulation configuration etc.

For more information on the backends see their repositories.

Frameworks

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 package.json.

Quick start

To start the website locally run npm start. This will open a local webserver serving the frontend. To make the website work, you still need to start at least the VILLASweb-backend (See repository for information).