Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 600 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 600 Bytes

This project was bootstrapped with Create React App.

Status

Node.js CI

Installation

Install dependencies.

yarn install

GraphQL

Place deviljho project at the parallel level of zinogre. This is very important.

yarn generate # generate graphql
yarn mock & # start GraphQL mock server

Start

Once everything setup correctl, start the workspace server so you will see the result at localhost:3000 by default.

yarn start