Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 2.55 KB

README.md

File metadata and controls

53 lines (39 loc) · 2.55 KB

Project Description - Trivia-Mac is a full stack React.js app featuring Socket.io! Test your trivia skills in our Marathon Mode or Time Attack Mode. Create your user profile, check the leaderboard, submit a question to our Trivia-Mac question database and compete in this rapid-fire trivia game! This app is build using the full MERN stack. Socket.io helps provide a true real time experience!

Technology used

Built With

Local Environment Setup

Step 1 - Clone this repo using the command line below.

git clone https://github.com/aaronmicalbeck/Trivia-Mac

Step 2 - Change directory to the cloned repo folder.

Step 3 - Install all required NPM packages.

npm install

Step 4 - Start the application server using the command line below

npm run start:dev

Please note that when in Development mode, signing in with a Google account will not be available.  The user can register using the provided register option 

Authors