Running the app

# start the server
$ npm run start:dev

# start the client
$ cd client && npm start