The Codebird Website Installation Install dependencies for both the frontend & backend: npm run install:all Start the backend and frontend servers concurrently : npm start Only Start the frontend: npm run start:frontend Only Start the backend: npm run start:backend