Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jmdisuanco/pinipig-react-app
- Owner: jmdisuanco
- Created: 2020-05-22T13:04:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:31:34.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T17:37:59.830Z (4 months ago)
- Topics: client, fetch, pinipig, react, websocket
- Language: JavaScript
- Size: 2.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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**