Installing Dependecies

I recommend installing dependecies using yarn to avoid using conflicts with NPM

yarn prepare && yarn install

Running it

the start script runs the local server and the client side

npm start
yarn start