mateodevia / React-Apollo-GraphQL-Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Apollo-GraphQL-Node

This project was bootstrapped with Create React App.

Objective

This is a basic webpage that ilustrates how to set up a graphQL server on Node JS. The repo has two projects, one with a a traditional REST API, and one with a GraphQL API.

Used Tecnologies

This project uses React, Apolli, eslint, Node JS, Express, and GraphQL

Available Scripts

In the project directory of each project:

npm install

Downloads all the dependencies.

node .\bin\www

Starts the server.
Open http://localhost:3001 to access the server.

cd front

npm install

npm start

Starts the front end.
Open http://localhost:3000 to view it in the browser.

npm run build

Builds the app for production to the /build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Author

License

License: MIT

This repository has the standard MIT license. You can find it here.

About

License:MIT License


Languages

Language:JavaScript 85.6%Language:HTML 11.8%Language:CSS 2.7%