- Clone/download this repo to you local machine
cd
into the root folder and run the commandnpm install
to install the dependencies.
Now go to the command line and run the commands below in different tabs/windows. Make sure that you start the server before the client.
You should see the message Message: Welcome Luke Skywalker
outputted in the command line window for the client.
npm run start:server
npm run start:client