This is a Progressive Web app written in Node.JS, Express, MongoDB, socket.io, react, and material-ui.
This project consists of a client and a server.
Make sure Node.JS and MongoDB are installed.
git clone https://github.com/coder13/letscube.git
cd letscube
npm install # installs pre-commit hook
Server
cd server && npm install && npm run start
Server
cd client && npm install && npm run start
For more on the internals and contributing, check out the wiki