TUM Master Thesis on decision processes and cognitive biases
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Follow instructions to install NodeJS from the following link - https://nodejs.org/en/download/
- Follow instructions to install npm from the following link - https://www.npmjs.com/package/npm
- Follow instructions to install Angular CLI from the following link - https://www.npmjs.com/package/angular-cli
The following steps will enable you to setup your development environment :
- Clone the repository from here :
git clone https://github.com/sebischair/cognitive-biases - Install the node_modules in the root folder :
npm install - Run the application in dev mode :
npm run start:dev - Build the project for production deployment :
npm run build:prod - Deploy application on server using Express :
npm start - Express config file : server.js