This app is designed to be used in Volvo environnements.
#Requirements :
- NodeJS
- Git
- Set up an environnement variable called
VOLVO_HTTP_PROXYwith the volvo proxy.
In order to use npm and git in Volvo, you need to setup a global proxy for both.
For example: git config set --global http.proxy http://mon.proxy.volvo:port
To install and use this application :
- Clone the repository
- Open a terminal in the selected folder
- Run
npm installto install all dependencies (also work with yarn) - Run
npm startto start the react application (front-end) - Go to the
/serverand runnode server.jsto start the express server (back-end).