This is a proyect was created with the tutorial "React + Apollo Tutorial - Introduction".
MyHackerNew is a clone of the HackerNews and was created with the next technologies:
Open your terminal in the root of the proyects and run the next commands
$ npm install
$ npm run start
This run the app. Now we need to run the server.
Open the terminal en go to the server file
$ yarn install
$ yarn run
You can find the app in "http://localhost:3000/" and the server in "http://localhost:4000/"