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: 2 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:31:34.000Z (over 3 years ago)
- Last Synced: 2025-02-26T15:45:19.691Z (over 1 year 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**