#TUM Department of Architecture - Research Platform Web App
This project is based on React and Redux.
To install dependencies, run the command: yarn or yarn install in the root directory.
To run in development mode, run the command: yarn start in the root directory.
To run with docker, simply run docker-compose up. This will bring up the react app served over nginx and exposed on port 3000.