To run from client:
$ cd client $ npm run build $ npm run dev
!If frontend can't build bc of 'rollup-darwin-x64' then:
$ cd client $ npm run fix
To start server:
$ cd server $ nodemon app.js