Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 526 Bytes

File metadata and controls

17 lines (13 loc) · 526 Bytes

Install dependencies for server

npm install

Install dependencies for client

npm run client-install

Run the client & server with concurrently

npm run dev

Run the Express server only

npm run server

Run the React client only

npm run client

Server runs and client on http://localhost:3000

Addind new Phase

ECONNREFUSED (Connection refused): No connection could be made because the target machine actively refused it. This usually results from trying to connect to a service that is inactive on the foreign host.