Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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