Pictionary Game - Using React Native/NodeJS/Socket.io
How to run:
-
Clone this repo
-
Run Backend:
cd pictionary-server
make env // creates a .env file
// ^ set your mongoDB host in this .env file
make install // installs npm dependencies
make run // starts server
- In a different terminal,
cd PictionaryClient/
npm start
npm run android
Download APK : Download