DocSpace
Install all dependecies for server and client
$ yarn
$ cd client && yarn
To start the project for development: start mongo
$ mongod
and run
$ yarn dev
To run only client
$ yarn client
To run only server
$ yarn server
Install all dependecies for server and client
$ yarn
$ cd client && yarn
To start the project for development: start mongo
$ mongod
and run
$ yarn dev
To run only client
$ yarn client
To run only server
$ yarn server