Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reckadon/pictionaryapp
Pictionary App made with ReactJS, NodeJS, ExpressJS and with the help of Socket.io
https://github.com/reckadon/pictionaryapp
Last synced: 16 days ago
JSON representation
Pictionary App made with ReactJS, NodeJS, ExpressJS and with the help of Socket.io
- Host: GitHub
- URL: https://github.com/reckadon/pictionaryapp
- Owner: Reckadon
- Created: 2024-01-06T21:26:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T19:58:32.000Z (about 1 year ago)
- Last Synced: 2024-11-11T02:32:33.360Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 602 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PictionaryApp
Pictionary App made with ReactJS NodeJS, ExpressJS and with the help of Socket.io
## To Run
Open the project in terminal or VScode, then run `cd client` to navigate to the client side project directory.
This is a ReactJS app packaged with `create-react-app`, therefore run `npm run build` to generate the static files.
Now go back to the projects root (run `cd ..`), and go to the server directory by running `cd server`.
Run `npm start`#### or simply
run `run.sh` in the project root using bash