Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rugal/zinogre
- Owner: Rugal
- Created: 2020-03-23T23:44:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:55:24.000Z (about 2 years ago)
- Last Synced: 2024-04-16T18:19:06.534Z (9 months ago)
- Topics: fridge, frontend, react
- Language: TypeScript
- Homepage:
- Size: 2.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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
```