gami34 / 10hourslab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

10 Hours Lab

Motivation

This is a simple React Frontend server powered by a GraphQL Backend Server

Running the backend Service

First, Start the provided GraphQL Backend server on localhost, port 8080. (Inportant)

npm install json-graphql-server -g

```sh
json-graphql-server db.js --p 8080

To use a port other than 3000, you can run json-graphql-server db.js --p <your port here> To use a host other than localhost, you can run json-graphql-server db.js --h <your host here>

Then Start up the React front end service, (dafault port 3000)

Clone this Repo

git clone

Install

npm install or yarn

run the front end server

 yarn run start

Then, we can now Enjoy the service on in browser

License

10 Hours Lab Frontend Project is licensed under the MIT Licence, sponsored and supported by marmelab.

About


Languages

Language:JavaScript 91.5%Language:CSS 5.9%Language:HTML 1.6%Language:SCSS 0.6%Language:PHP 0.2%Language:Less 0.2%Language:Ruby 0.0%Language:Shell 0.0%