Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 809 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 809 Bytes

Multiplayer Pictionary App FRONTEND

Netlify Status

The frontend for a web application that lets you play pictionary with your friends. Made using ReactJS.

Requirements

  • Node version 18

Usage

Run npm start

Runs the frontend of the app in the development mode.
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
You will also see any lint errors in the console.

Make sure server is also started. Repo to server is Multiplayer-Pictionary-Backend.

Run npm test

Runs the tests found in *.test.js files.