Skip to content

jessbennett/CreateMe

Repository files navigation

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.