- Clone this repo.
git clone https://github.com/Erikskogetun/CodeTest.git
- Change dir
cd CodeTest
- Run "npm start" in the main folder (!), this will start the server as well as the client.
npm start
May have to run following, in case you get the "error:0308010C:digital envelope routines::unsupported" error:
NODE_OPTIONS=--openssl-legacy-provider npm start
- Start coding