social-media-app-graphql

Launch the application

To run the application, go to the project directory and enter the following commands into the console:

Using yarn

Install client dependencies:

cd client && yarn install

Install server dependencies:

yarn install

Start project (using yarn or npm):

yarn start and cd ../client yarn start