windowsWindows

Welcome to the YourFamilyHub Installation Guide! Here you will find all commands nessary for starting front & backend.

Install

Manual

  1. Install dependencies: npm install

  2. Start development server (frontend): npm run dev

  3. Start backend server (in another terminal): node server/server.js

Automatic

  1. Run start.sh with GIT Bash: bash start.sh

triangle-exclamation

Last updated