Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rugal/zinogre

Frontend for Fridge project
https://github.com/rugal/zinogre

fridge frontend react

Last synced: about 7 hours ago
JSON representation

Frontend for Fridge project

Awesome Lists containing this project

README

        

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Status

![Node.js CI](https://github.com/Rugal/zinogre/workflows/Node.js%20CI/badge.svg)

## Installation

Install dependencies.

```bash
yarn install
```

## GraphQL

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

```bash
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.

```bash
yarn start
```