Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jmdisuanco/pinipig-react-app

Pinipig.js Client (React) App
https://github.com/jmdisuanco/pinipig-react-app

client fetch pinipig react websocket

Last synced: 6 days ago
JSON representation

Pinipig.js Client (React) App

Awesome Lists containing this project

README

        

# JMART Pinipig Client (REACT edition)
This is a client App starter that is based on REACT
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

Server Back-end is [Pinipig](https://github.com/jmdisuanco/pinipig)

## Cloning this repo
`npx degit https://github.com/jmdisuanco/pininig-react-app myapp`

## Staring the App
- `cd myapp`
- `npm start`
- _Please run the Pinipig Server_

## To install the Pinipig server
- create a directory of your choice `mkdir myserver`
- go inside the directory you created `cd myserver`
- `npx pinipig init`
- follow the prompt
for more details of Pinpig.js installation see [this](https://pinipig.js.org/#/cli_usage?id=installing-the-cli)

## Running the Pinipig server
- Start the Server production `npm start`
- or Development mode `npm run dev`

## Documentation

**todo**