MacOS
Welcome to the YourFamilyHub Installation Guide! Here you will find all commands nessary for starting front & backend.
Install
Manual
Install dependencies:
npm installStart development server (frontend):
npm run devStart backend server (in another terminal):
node server/server.jsAccess via http://127.0.0.1:3000/ or http://localhost:3000/ (or your pc IP/v4)
Automatic
Run start.sh with terminal:
sh start.sh
Server Error on Startup: you may check this guide to fix a broken node_module and continue after npm install.
Last updated