SimpleCRM Prerequisites Node v18+ Local setup in the root of the repository, run the following npm install Then launch the frontend and backend in separate terminals. Terminal 1: cd code/server npm run start Terminal 2: cd code/client npm run start