/bsa-2018-docspace

Binary Studio Academy 2018 JS group project.

Primary LanguageJavaScript

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