Skip to main content

Frontend

Code: https://github.com/VILLASframework/web

Description

The frontend is built 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://github.com/VILLASframework/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.