Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

shadrech/state-management-react-apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED!

Use this repo for updated and upcoming talks

LinkedApp

Code for my talk on Frontend Management With React Apollo LinkedIn replica. Allows creating workers and organizations

Setup

There are a few dependencies to the app. Docker is required to run the MongoDB database. Node (atleast v7.10.1 and NPM v5) and yarn are required for running the apps Once the repo has been cloned, in the api directory install modules and start up the docker image:

cd api/
yarn
yarn db:start

Once that is done, you can start the api by running

yarn start:watch

Once that is done open up a new terminal tab and navigate back to the app directory and start the React app

cd app/
yarn
yarn start

The React app will be running on http://localhost:1234