- node 17.17
cp config/default.json config/dev.json
Dans le config/dev.json changer la variable 'API_SYMFONY' par http://localhost:8787/sensor
Dans le terminal :
export NODE_ENV=dev
npm i
npm run start
cp config/default.json config/dev.json
Dans le config/dev.json changer la variable 'API_SYMFONY' par http://localhost:8787/sensor
Dans le terminal :
export NODE_ENV=dev
npm i
npm run start