Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.93 KB

README.md

File metadata and controls

47 lines (39 loc) · 1.93 KB

Geoledge

Online multiplayer geography based quiz game.

Owners/Contributors

Images

Set up

npm install

cd client

npm install
  • make a .env file with contents from .env.TEMPLATE with actual passwords replaced in your .env file

Boot Up

Start backend

node server.js

Start front end

cd client

npm start